#FABEE8

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

Shades of Classic Rose #FABEE8

Tints of Classic Rose #FABEE8

Color information

#FABEE8 (or 0xFABEE8) is unknown color: approx Classic Rose. HEX triplet: FA, BE and E8. RGB value is (250,190,232). Sum of RGB (Red+Green+Blue) = 250+190+232=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEE8 is #054117. Grayscale: #D4D4D4. Windows color (decimal): -344344 or 15253242. OLE color: 15253242.

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

Color convert

RGB250190232-
CMYK00.240.070.02
HSL318º85.71%86.27%-
HSV(B)318º24%98.04%-
XYZ72.462.9884.68-
YUV212.73138.88154.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 190 (74.61% from 255) = 28.27%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=37.20%
G=28.27%
B=34.52%

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
Decimal25019023200.240.070.0231885.7186.27
HexFABEE80187213e5656
Octal37227635003072476126126
Binary1111101010111110111010000110001111010011111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEE8; }

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

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

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

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

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

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

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

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