#FCD9CF

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

Shades of Pippin #FCD9CF

Tints of Pippin #FCD9CF

Color information

#FCD9CF (or 0xFCD9CF) is unknown color: approx Pippin. HEX triplet: FC, D9 and CF. RGB value is (252,217,207). Sum of RGB (Red+Green+Blue) = 252+217+207=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9CF is #032630. Grayscale: #E2E2E2. Windows color (decimal): -206385 or 13621756. OLE color: 13621756.

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

Color convert

RGB252217207-
CMYK00.140.180.01
HSL13.33º88.24%90%-
HSV(B)13.33º17.86%98.82%-
XYZ76.2274.8369.46-
YUV226.32117.1146.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 207 (81.25% from 255) = 30.62%
R=37.28%
G=32.10%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221720700.140.180.0113.3388.2490
HexFCD9CF0E121d585a
Octal37433131701622115130132
Binary11111100110110011100111101110100101110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD9CF; }

 p { color: rgb(252,217,207); }

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

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

 a { background-color: rgb(252,217,207); }

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

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

 span { border-color: rgb(252,217,207); }

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