#FDDED4

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

Shades of Pippin #FDDED4

Tints of Pippin #FDDED4

Color information

#FDDED4 (or 0xFDDED4) is unknown color: approx Pippin. HEX triplet: FD, DE and D4. RGB value is (253,222,212). Sum of RGB (Red+Green+Blue) = 253+222+212=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDED4 is #02212B. Grayscale: #E6E6E6. Windows color (decimal): -139564 or 13950717. OLE color: 13950717.

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

Color convert

RGB253222212-
CMYK00.120.160.01
HSL14.63º91.11%91.18%-
HSV(B)14.63º16.21%99.22%-
XYZ78.5177.8873.18-
YUV230.13117.77144.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 222 (87.11% from 255) = 32.31%
BLUE value IS 212 (83.20% from 255) = 30.86%
R=36.83%
G=32.31%
B=30.86%

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
Decimal25322221200.120.160.0114.6391.1191.18
HexFDDED40C101f5b5b
Octal37533632401420117133133
Binary11111101110111101101010001100100001111110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDED4; }

 p { color: rgb(253,222,212); }

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

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

 a { background-color: rgb(253,222,212); }

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

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

 span { border-color: rgb(253,222,212); }

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