#FBB5EE

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

Shades of Lavender Rose #FBB5EE

Tints of Lavender Rose #FBB5EE

Color information

#FBB5EE (or 0xFBB5EE) is unknown color: approx Lavender Rose. HEX triplet: FB, B5 and EE. RGB value is (251,181,238). Sum of RGB (Red+Green+Blue) = 251+181+238=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 181 (71.09% from 255 or 27.01% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5EE is #044A11. Grayscale: #D0D0D0. Windows color (decimal): -281106 or 15644155. OLE color: 15644155.

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

Color convert

RGB251181238-
CMYK00.280.050.02
HSL311.14º89.74%84.71%-
HSV(B)311.14º27.89%98.43%-
XYZ71.7459.7388.64-
YUV208.43144.69158.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 181 (71.09% from 255) = 27.01%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=37.46%
G=27.01%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118123800.280.050.02311.1489.7484.71
HexFBB5EE01C521375a55
Octal37326535603452467132125
Binary1111101110110101111011100111001011010011011110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5EE; }

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

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

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

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

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

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

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

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