#FAECE4

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

Shades of Rose White #FAECE4

Tints of Rose White #FAECE4

Color information

#FAECE4 (or 0xFAECE4) is unknown color: approx Rose White. HEX triplet: FA, EC and E4. RGB value is (250,236,228). Sum of RGB (Red+Green+Blue) = 250+236+228=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 228 (89.45% from 255 or 31.93% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECE4 is #05131B. Grayscale: #EFEFEF. Windows color (decimal): -332572 or 15002874. OLE color: 15002874.

HSL color Cylindrical-coordinate representation of color #FAECE4: hue angle of 21.82º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAECE4 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250236228-
CMYK00.060.090.02
HSL21.82º68.75%93.73%-
HSV(B)21.82º8.8%98.04%-
XYZ83.4285.9285.59-
YUV239.27121.64135.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 236 (92.58% from 255) = 33.05%
BLUE value IS 228 (89.45% from 255) = 31.93%
R=35.01%
G=33.05%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023622800.060.090.0221.8268.7593.73
HexFAECE4069216455e
Octal3723543440611226105136
Binary11111010111011001110010001101001101011010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECE4; }

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

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

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

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

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

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

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

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