#FFDED8

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

Shades of Pippin #FFDED8

Tints of Pippin #FFDED8

Color information

#FFDED8 (or 0xFFDED8) is unknown color: approx Pippin. HEX triplet: FF, DE and D8. RGB value is (255,222,216). Sum of RGB (Red+Green+Blue) = 255+222+216=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 216 (84.77% from 255 or 31.17% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED8 is #002127. Grayscale: #E7E7E7. Windows color (decimal): -8488 or 14212863. OLE color: 14212863.

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

Color convert

RGB255222216-
CMYK00.130.150
HSL9.23º100%92.35%-
HSV(B)9.23º15.29%100%-
XYZ79.7678.4675.91-
YUV231.18119.43144.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 222 (87.11% from 255) = 32.03%
BLUE value IS 216 (84.77% from 255) = 31.17%
R=36.80%
G=32.03%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522221600.130.1509.2310092.35
HexFFDED80DF09645c
Octal37733633001517011144134
Binary1111111111011110110110000110111110100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDED8; }

 p { color: rgb(255,222,216); }

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

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

 a { background-color: rgb(255,222,216); }

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

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

 span { border-color: rgb(255,222,216); }

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