#FDDCD3

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

Shades of Pippin #FDDCD3

Tints of Pippin #FDDCD3

Color information

#FDDCD3 (or 0xFDDCD3) is unknown color: approx Pippin. HEX triplet: FD, DC and D3. RGB value is (253,220,211). Sum of RGB (Red+Green+Blue) = 253+220+211=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD3 is #02232C. Grayscale: #E4E4E4. Windows color (decimal): -140077 or 13884669. OLE color: 13884669.

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

Color convert

RGB253220211-
CMYK00.130.170.01
HSL12.86º91.3%90.98%-
HSV(B)12.86º16.6%99.22%-
XYZ77.8676.7772.34-
YUV228.84117.93145.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 211 (82.81% from 255) = 30.85%
R=36.99%
G=32.16%
B=30.85%

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
Decimal25322021100.130.170.0112.8691.390.98
HexFDDCD30D111d5b5b
Octal37533432301521115133133
Binary11111101110111001101001101101100011110110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCD3; }

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

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

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

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

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

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

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

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