#FBABEC

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

Shades of Lavender Rose #FBABEC

Tints of Lavender Rose #FBABEC

Color information

#FBABEC (or 0xFBABEC) is unknown color: approx Lavender Rose. HEX triplet: FB, AB and EC. RGB value is (251,171,236). Sum of RGB (Red+Green+Blue) = 251+171+236=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABEC is #045413. Grayscale: #CACACA. Windows color (decimal): -283668 or 15510523. OLE color: 15510523.

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

Color convert

RGB251171236-
CMYK00.320.060.02
HSL311.25º90.91%82.75%-
HSV(B)311.25º31.87%98.43%-
XYZ69.4955.6986.44-
YUV202.33147162.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.15%
GREEN value IS 171 (67.19% from 255) = 25.99%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=38.15%
G=25.99%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117123600.320.060.02311.2590.9182.75
HexFBABEC020621375b53
Octal37325335404062467133123
Binary11111011101010111110110001000001101010011011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABEC; }

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

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

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

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

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

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

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

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