#FCDDD5

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

Shades of Pippin #FCDDD5

Tints of Pippin #FCDDD5

Color information

#FCDDD5 (or 0xFCDDD5) is unknown color: approx Pippin. HEX triplet: FC, DD and D5. RGB value is (252,221,213). Sum of RGB (Red+Green+Blue) = 252+221+213=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD5 is #03222A. Grayscale: #E5E5E5. Windows color (decimal): -205355 or 14015996. OLE color: 14015996.

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

Color convert

RGB252221213-
CMYK00.120.150.01
HSL12.31º86.67%91.18%-
HSV(B)12.31º15.48%98.82%-
XYZ78.0177.2173.74-
YUV229.36118.77144.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 213 (83.59% from 255) = 31.05%
R=36.73%
G=32.22%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222121300.120.150.0112.3186.6791.18
HexFCDDD50CF1c575b
Octal37433532501417114127133
Binary1111110011011101110101010110011111110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDD5; }

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

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

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

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

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

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

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

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