#FBB5EC

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

Shades of Lavender Rose #FBB5EC

Tints of Lavender Rose #FBB5EC

Color information

#FBB5EC (or 0xFBB5EC) is unknown color: approx Lavender Rose. HEX triplet: FB, B5 and EC. RGB value is (251,181,236). Sum of RGB (Red+Green+Blue) = 251+181+236=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 181 (71.09% from 255 or 27.10% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5EC is #044A13. Grayscale: #D0D0D0. Windows color (decimal): -281108 or 15513083. OLE color: 15513083.

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

Color convert

RGB251181236-
CMYK00.280.060.02
HSL312.86º89.74%84.71%-
HSV(B)312.86º27.89%98.43%-
XYZ71.4559.6187.1-
YUV208.2143.69158.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 181 (71.09% from 255) = 27.10%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=37.57%
G=27.10%
B=35.33%

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
Decimal25118123600.280.060.02312.8689.7484.71
HexFBB5EC01C621395a55
Octal37326535403462471132125
Binary1111101110110101111011000111001101010011100110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5EC; }

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

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

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

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

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

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

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

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