#FCDAD1

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

Shades of Pippin #FCDAD1

Tints of Pippin #FCDAD1

Color information

#FCDAD1 (or 0xFCDAD1) is unknown color: approx Pippin. HEX triplet: FC, DA and D1. RGB value is (252,218,209). Sum of RGB (Red+Green+Blue) = 252+218+209=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 209 (82.03% from 255 or 30.78% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAD1 is #03252E. Grayscale: #E3E3E3. Windows color (decimal): -206127 or 13753084. OLE color: 13753084.

HSL color Cylindrical-coordinate representation of color #FCDAD1: hue angle of 12.56º 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 #FCDAD1 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB252218209-
CMYK00.130.170.01
HSL12.56º87.76%90.39%-
HSV(B)12.56º17.06%98.82%-
XYZ76.7275.4470.84-
YUV227.14117.76145.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 209 (82.03% from 255) = 30.78%
R=37.11%
G=32.11%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221820900.130.170.0112.5687.7690.39
HexFCDAD10D111d585a
Octal37433232101521115130132
Binary11111100110110101101000101101100011110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAD1; }

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

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

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

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

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

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

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

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