#FABBE9

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

Shades of Lavender Rose #FABBE9

Tints of Lavender Rose #FABBE9

Color information

#FABBE9 (or 0xFABBE9) is unknown color: approx Lavender Rose. HEX triplet: FA, BB and E9. RGB value is (250,187,233). Sum of RGB (Red+Green+Blue) = 250+187+233=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBE9 is #054416. Grayscale: #D2D2D2. Windows color (decimal): -345111 or 15318010. OLE color: 15318010.

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

Color convert

RGB250187233-
CMYK00.250.070.02
HSL316.19º86.3%85.69%-
HSV(B)316.19º25.2%98.04%-
XYZ71.961.7585.22-
YUV211.08140.37155.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 187 (73.44% from 255) = 27.91%
BLUE value IS 233 (91.41% from 255) = 34.78%
R=37.31%
G=27.91%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018723300.250.070.02316.1986.385.69
HexFABBE90197213c5656
Octal37227335103172474126126
Binary1111101010111011111010010110011111010011110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBE9; }

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

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

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

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

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

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

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

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