#FBB5E6

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

Shades of Lavender Rose #FBB5E6

Tints of Lavender Rose #FBB5E6

Color information

#FBB5E6 (or 0xFBB5E6) is unknown color: approx Lavender Rose. HEX triplet: FB, B5 and E6. RGB value is (251,181,230). Sum of RGB (Red+Green+Blue) = 251+181+230=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5E6 is #044A19. Grayscale: #CFCFCF. Windows color (decimal): -281114 or 15119867. OLE color: 15119867.

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

Color convert

RGB251181230-
CMYK00.280.080.02
HSL318º89.74%84.71%-
HSV(B)318º27.89%98.43%-
XYZ70.5959.2782.58-
YUV207.52140.69159.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 181 (71.09% from 255) = 27.34%
BLUE value IS 230 (90.23% from 255) = 34.74%
R=37.92%
G=27.34%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118123000.280.080.0231889.7484.71
HexFBB5E601C8213e5a55
Octal373265346034102476132125
Binary11111011101101011110011001110010001010011111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5E6; }

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

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

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

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

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

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

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

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