#FCDAD4

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

Shades of Pippin #FCDAD4

Tints of Pippin #FCDAD4

Color information

#FCDAD4 (or 0xFCDAD4) is unknown color: approx Pippin. HEX triplet: FC, DA and D4. RGB value is (252,218,212). Sum of RGB (Red+Green+Blue) = 252+218+212=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAD4 is #03252B. Grayscale: #E3E3E3. Windows color (decimal): -206124 or 13949692. OLE color: 13949692.

HSL color Cylindrical-coordinate representation of color #FCDAD4: hue angle of 9º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCDAD4 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB252218212-
CMYK00.130.160.01
HSL86.96%90.98%-
HSV(B)15.87%98.82%-
XYZ77.175.5972.81-
YUV227.48119.26145.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 212 (83.20% from 255) = 31.09%
R=36.95%
G=31.96%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221821200.130.160.01986.9690.98
HexFCDAD40D1019575b
Octal37433232401520111127133
Binary11111100110110101101010001101100001100110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAD4; }

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

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

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

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

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

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

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

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