#FCE0D8

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

Shades of Pippin #FCE0D8

Tints of Pippin #FCE0D8

Color information

#FCE0D8 (or 0xFCE0D8) is unknown color: approx Pippin. HEX triplet: FC, E0 and D8. RGB value is (252,224,216). Sum of RGB (Red+Green+Blue) = 252+224+216=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 216 (84.77% from 255 or 31.21% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0D8 is #031F27. Grayscale: #E7E7E7. Windows color (decimal): -204584 or 14213372. OLE color: 14213372.

HSL color Cylindrical-coordinate representation of color #FCE0D8: hue angle of 13.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCE0D8 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252224216-
CMYK00.110.140.01
HSL13.33º85.71%91.76%-
HSV(B)13.33º14.29%98.82%-
XYZ79.278.9676.03-
YUV231.46119.28142.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 224 (87.89% from 255) = 32.37%
BLUE value IS 216 (84.77% from 255) = 31.21%
R=36.42%
G=32.37%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222421600.110.140.0113.3385.7191.76
HexFCE0D80BE1d565c
Octal37434033001316115126134
Binary1111110011100000110110000101111101110110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0D8; }

 p { color: rgb(252,224,216); }

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

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

 a { background-color: rgb(252,224,216); }

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

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

 span { border-color: rgb(252,224,216); }

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