#FCDDD3

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

Shades of Pippin #FCDDD3

Tints of Pippin #FCDDD3

Color information

#FCDDD3 (or 0xFCDDD3) is unknown color: approx Pippin. HEX triplet: FC, DD and D3. RGB value is (252,221,211). Sum of RGB (Red+Green+Blue) = 252+221+211=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD3 is #03222C. Grayscale: #E5E5E5. Windows color (decimal): -205357 or 13884924. OLE color: 13884924.

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

Color convert

RGB252221211-
CMYK00.120.160.01
HSL14.63º87.23%90.78%-
HSV(B)14.63º16.27%98.82%-
XYZ77.7677.1172.41-
YUV229.13117.77144.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 221 (86.72% from 255) = 32.31%
BLUE value IS 211 (82.81% from 255) = 30.85%
R=36.84%
G=32.31%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222121100.120.160.0114.6387.2390.78
HexFCDDD30C101f575b
Octal37433532301420117127133
Binary11111100110111011101001101100100001111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDD3; }

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

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

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

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

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

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

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

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