#FCEEE5

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

Shades of Rose White #FCEEE5

Tints of Rose White #FCEEE5

Color information

#FCEEE5 (or 0xFCEEE5) is unknown color: approx Rose White. HEX triplet: FC, EE and E5. RGB value is (252,238,229). Sum of RGB (Red+Green+Blue) = 252+238+229=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 229 (89.84% from 255 or 31.85% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEE5 is #03111A. Grayscale: #F1F1F1. Windows color (decimal): -200987 or 15068924. OLE color: 15068924.

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

Color convert

RGB252238229-
CMYK00.060.090.01
HSL23.48º79.31%94.31%-
HSV(B)23.48º9.13%98.82%-
XYZ84.8687.586.55-
YUV241.16121.14135.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.05%
GREEN value IS 238 (93.36% from 255) = 33.10%
BLUE value IS 229 (89.84% from 255) = 31.85%
R=35.05%
G=33.10%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223822900.060.090.0123.4879.3194.31
HexFCEEE50691174f5e
Octal3743563450611127117136
Binary1111110011101110111001010110100111011110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEE5; }

 p { color: rgb(252,238,229); }

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

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

 a { background-color: rgb(252,238,229); }

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

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

 span { border-color: rgb(252,238,229); }

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