#FCDACF

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

Shades of Pippin #FCDACF

Tints of Pippin #FCDACF

Color information

#FCDACF (or 0xFCDACF) is unknown color: approx Pippin. HEX triplet: FC, DA and CF. RGB value is (252,218,207). Sum of RGB (Red+Green+Blue) = 252+218+207=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDACF is #032530. Grayscale: #E2E2E2. Windows color (decimal): -206129 or 13622012. OLE color: 13622012.

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

Color convert

RGB252218207-
CMYK00.130.180.01
HSL14.67º88.24%90%-
HSV(B)14.67º17.86%98.82%-
XYZ76.4875.3469.54-
YUV226.91116.76145.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 207 (81.25% from 255) = 30.58%
R=37.22%
G=32.20%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221820700.130.180.0114.6788.2490
HexFCDACF0D121f585a
Octal37433231701522117130132
Binary11111100110110101100111101101100101111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDACF; }

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

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

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

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

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

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

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

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