#fbb8e6

Color #FBB8E6 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FBB8E6

Tints of Lavender Rose #FBB8E6

Color information

#FBB8E6 (or 0xFBB8E6) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and E6. RGB value is (251,184,230). Sum of RGB (Red+Green+Blue) = 251+184+230=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 184 (72.27% from 255 or 27.67% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8E6 is #044719. Grayscale: #D1D1D1. Windows color (decimal): -280346 or 15120635. OLE color: 15120635.

HSL color Cylindrical-coordinate representation of color #FBB8E6: hue angle of 318.81º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8E6 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251184230-
CMYK00.270.080.02
HSL318.81º89.33%85.29%-
HSV(B)318.81º26.69%98.43%-
XYZ71.2160.582.79-
YUV209.28139.7157.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 184 (72.27% from 255) = 27.67%
BLUE value IS 230 (90.23% from 255) = 34.59%
R=37.74%
G=27.67%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118423000.270.080.02318.8189.3385.29
HexFBB8E601B8213f5955
Octal373270346033102477131125
Binary11111011101110001110011001101110001010011111110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbb8e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbb8e6; }

 p { color: rgb(251,184,230); }

 H1.HeaderClassName
 {
   color: #fbb8e6;
 }
 .AnyTagClassName
 {
   color: #fbb8e6;
 }
</style>
background-color css

<style>
 a { background-color: #fbb8e6; }

 a { background-color: rgb(251,184,230); }

 div.DivClassName
 {
   background-color: #fbb8e6;
 }
 .BgClassName
 {
   background-color: #fbb8e6;
 }
</style>
border-color css

<style>
 span { border-color: #fbb8e6; }

 span { border-color: rgb(251,184,230); }

 td.TdClassName
 {
   border-color: #fbb8e6;
 }
 .TagClassName
 {
   border-color: #fbb8e6;
 }
</style>