#FBB5ED

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

Shades of Lavender Rose #FBB5ED

Tints of Lavender Rose #FBB5ED

Color information

#FBB5ED (or 0xFBB5ED) is unknown color: approx Lavender Rose. HEX triplet: FB, B5 and ED. RGB value is (251,181,237). Sum of RGB (Red+Green+Blue) = 251+181+237=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5ED is #044A12. Grayscale: #D0D0D0. Windows color (decimal): -281107 or 15578619. OLE color: 15578619.

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

Color convert

RGB251181237-
CMYK00.280.060.02
HSL312º89.74%84.71%-
HSV(B)312º27.89%98.43%-
XYZ71.5959.6787.87-
YUV208.31144.19158.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 181 (71.09% from 255) = 27.06%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=37.52%
G=27.06%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118123700.280.060.0231289.7484.71
HexFBB5ED01C621385a55
Octal37326535503462470132125
Binary1111101110110101111011010111001101010011100010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5ED; }

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

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

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

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

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

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

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

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