#FBB5E7

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

Shades of Lavender Rose #FBB5E7

Tints of Lavender Rose #FBB5E7

Color information

#FBB5E7 (or 0xFBB5E7) is unknown color: approx Lavender Rose. HEX triplet: FB, B5 and E7. RGB value is (251,181,231). Sum of RGB (Red+Green+Blue) = 251+181+231=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 181 (71.09% from 255 or 27.30% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5E7 is #044A18. Grayscale: #CFCFCF. Windows color (decimal): -281113 or 15185403. OLE color: 15185403.

HSL color Cylindrical-coordinate representation of color #FBB5E7: hue angle of 317.14º 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 #FBB5E7 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251181231-
CMYK00.280.080.02
HSL317.14º89.74%84.71%-
HSV(B)317.14º27.89%98.43%-
XYZ70.7359.3383.32-
YUV207.63141.19158.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 181 (71.09% from 255) = 27.30%
BLUE value IS 231 (90.62% from 255) = 34.84%
R=37.86%
G=27.30%
B=34.84%

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
Decimal25118123100.280.080.02317.1489.7484.71
HexFBB5E701C8213d5a55
Octal373265347034102475132125
Binary11111011101101011110011101110010001010011110110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5E7; }

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

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

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

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

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

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

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

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