#FABEE9

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

Shades of Classic Rose #FABEE9

Tints of Classic Rose #FABEE9

Color information

#FABEE9 (or 0xFABEE9) is unknown color: approx Classic Rose. HEX triplet: FA, BE and E9. RGB value is (250,190,233). Sum of RGB (Red+Green+Blue) = 250+190+233=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEE9 is #054116. Grayscale: #D4D4D4. Windows color (decimal): -344343 or 15318778. OLE color: 15318778.

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

Color convert

RGB250190233-
CMYK00.240.070.02
HSL317º85.71%86.27%-
HSV(B)317º24%98.04%-
XYZ72.5563.0385.43-
YUV212.84139.38154.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 190 (74.61% from 255) = 28.23%
BLUE value IS 233 (91.41% from 255) = 34.62%
R=37.15%
G=28.23%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019023300.240.070.0231785.7186.27
HexFABEE90187213d5656
Octal37227635103072475126126
Binary1111101010111110111010010110001111010011110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEE9; }

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

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

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

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

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

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

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

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