#FDDED2

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

Shades of Pippin #FDDED2

Tints of Pippin #FDDED2

Color information

#FDDED2 (or 0xFDDED2) is unknown color: approx Pippin. HEX triplet: FD, DE and D2. RGB value is (253,222,210). Sum of RGB (Red+Green+Blue) = 253+222+210=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDED2 is #02212D. Grayscale: #E5E5E5. Windows color (decimal): -139566 or 13819645. OLE color: 13819645.

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

Color convert

RGB253222210-
CMYK00.120.170.01
HSL16.74º91.49%90.78%-
HSV(B)16.74º17%99.22%-
XYZ78.2677.7871.86-
YUV229.9116.77144.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 222 (87.11% from 255) = 32.41%
BLUE value IS 210 (82.42% from 255) = 30.66%
R=36.93%
G=32.41%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322221000.120.170.0116.7491.4990.78
HexFDDED20C111115b5b
Octal37533632201421121133133
Binary111111011101111011010010011001000111000110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDED2; }

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

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

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

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

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

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

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

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