#FCEEE8

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

Shades of Rose White #FCEEE8

Tints of Rose White #FCEEE8

Color information

#FCEEE8 (or 0xFCEEE8) is unknown color: approx Rose White. HEX triplet: FC, EE and E8. RGB value is (252,238,232). Sum of RGB (Red+Green+Blue) = 252+238+232=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 232 (91.02% from 255 or 32.13% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEE8 is #031117. Grayscale: #F1F1F1. Windows color (decimal): -200984 or 15265532. OLE color: 15265532.

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

Color convert

RGB252238232-
CMYK00.060.080.01
HSL18º76.92%94.9%-
HSV(B)18º7.94%98.82%-
XYZ85.2887.6788.77-
YUV241.5122.64135.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 238 (93.36% from 255) = 32.96%
BLUE value IS 232 (91.02% from 255) = 32.13%
R=34.90%
G=32.96%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223823200.060.080.011876.9294.9
HexFCEEE80681124d5f
Octal3743563500610122115137
Binary1111110011101110111010000110100011001010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEE8; }

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

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

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

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

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

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

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

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