#FDDCD1

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

Shades of Pippin #FDDCD1

Tints of Pippin #FDDCD1

Color information

#FDDCD1 (or 0xFDDCD1) is unknown color: approx Pippin. HEX triplet: FD, DC and D1. RGB value is (253,220,209). Sum of RGB (Red+Green+Blue) = 253+220+209=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD1 is #02232E. Grayscale: #E4E4E4. Windows color (decimal): -140079 or 13753597. OLE color: 13753597.

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

Color convert

RGB253220209-
CMYK00.130.170.01
HSL15º91.67%90.59%-
HSV(B)15º17.39%99.22%-
XYZ77.6176.6771.03-
YUV228.61116.93145.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.10%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 209 (82.03% from 255) = 30.65%
R=37.10%
G=32.26%
B=30.65%

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
Decimal25322020900.130.170.011591.6790.59
HexFDDCD10D111f5c5b
Octal37533432101521117134133
Binary11111101110111001101000101101100011111110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCD1; }

 p { color: rgb(253,220,209); }

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

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

 a { background-color: rgb(253,220,209); }

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

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

 span { border-color: rgb(253,220,209); }

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