#FABBE6

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

Shades of Lavender Rose #FABBE6

Tints of Lavender Rose #FABBE6

Color information

#FABBE6 (or 0xFABBE6) is unknown color: approx Lavender Rose. HEX triplet: FA, BB and E6. RGB value is (250,187,230). Sum of RGB (Red+Green+Blue) = 250+187+230=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBE6 is #054419. Grayscale: #D2D2D2. Windows color (decimal): -345114 or 15121402. OLE color: 15121402.

HSL color Cylindrical-coordinate representation of color #FABBE6: hue angle of 319.05º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBE6 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250187230-
CMYK00.250.080.02
HSL319.05º86.3%85.69%-
HSV(B)319.05º25.2%98.04%-
XYZ71.4861.5882.98-
YUV210.74138.87156-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 187 (73.44% from 255) = 28.04%
BLUE value IS 230 (90.23% from 255) = 34.48%
R=37.48%
G=28.04%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018723000.250.080.02319.0586.385.69
HexFABBE60198213f5656
Octal372273346031102477126126
Binary11111010101110111110011001100110001010011111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBE6; }

 p { color: rgb(250,187,230); }

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

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

 a { background-color: rgb(250,187,230); }

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

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

 span { border-color: rgb(250,187,230); }

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