#FABEE4

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

Shades of Classic Rose #FABEE4

Tints of Classic Rose #FABEE4

Color information

#FABEE4 (or 0xFABEE4) is unknown color: approx Classic Rose. HEX triplet: FA, BE and E4. RGB value is (250,190,228). Sum of RGB (Red+Green+Blue) = 250+190+228=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABEE4 is #05411B. Grayscale: #D4D4D4. Windows color (decimal): -344348 or 14991098. OLE color: 14991098.

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

Color convert

RGB250190228-
CMYK00.240.090.02
HSL322º85.71%86.27%-
HSV(B)322º24%98.04%-
XYZ71.8462.7581.72-
YUV212.27136.88154.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 190 (74.61% from 255) = 28.44%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=37.43%
G=28.44%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019022800.240.090.0232285.7186.27
HexFABEE4018921425656
Octal372276344030112502126126
Binary11111010101111101110010001100010011010100001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABEE4; }

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

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

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

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

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

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

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

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