#FCDDD1

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

Shades of Pippin #FCDDD1

Tints of Pippin #FCDDD1

Color information

#FCDDD1 (or 0xFCDDD1) is unknown color: approx Pippin. HEX triplet: FC, DD and D1. RGB value is (252,221,209). Sum of RGB (Red+Green+Blue) = 252+221+209=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD1 is #03222E. Grayscale: #E4E4E4. Windows color (decimal): -205359 or 13753852. OLE color: 13753852.

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

Color convert

RGB252221209-
CMYK00.120.170.01
HSL16.74º87.76%90.39%-
HSV(B)16.74º17.06%98.82%-
XYZ77.5177.0171.1-
YUV228.9116.77144.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 221 (86.72% from 255) = 32.40%
BLUE value IS 209 (82.03% from 255) = 30.65%
R=36.95%
G=32.40%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222120900.120.170.0116.7487.7690.39
HexFCDDD10C11111585a
Octal37433532101421121130132
Binary111111001101110111010001011001000111000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDD1; }

 p { color: rgb(252,221,209); }

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

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

 a { background-color: rgb(252,221,209); }

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

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

 span { border-color: rgb(252,221,209); }

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