#FBB1EC

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

Shades of Lavender Rose #FBB1EC

Tints of Lavender Rose #FBB1EC

Color information

#FBB1EC (or 0xFBB1EC) is unknown color: approx Lavender Rose. HEX triplet: FB, B1 and EC. RGB value is (251,177,236). Sum of RGB (Red+Green+Blue) = 251+177+236=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 177 (69.53% from 255 or 26.66% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB1EC is #044E13. Grayscale: #CDCDCD. Windows color (decimal): -282132 or 15512059. OLE color: 15512059.

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

Color convert

RGB251177236-
CMYK00.290.060.02
HSL312.16º90.24%83.92%-
HSV(B)312.16º29.48%98.43%-
XYZ70.6558.0186.83-
YUV205.85145.02160.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 177 (69.53% from 255) = 26.66%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=37.80%
G=26.66%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117723600.290.060.02312.1690.2483.92
HexFBB1EC01D621385a54
Octal37326135403562470132124
Binary1111101110110001111011000111011101010011100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1EC; }

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

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

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

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

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

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

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

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