#FFDED4

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

Shades of Pippin #FFDED4

Tints of Pippin #FFDED4

Color information

#FFDED4 (or 0xFFDED4) is unknown color: approx Pippin. HEX triplet: FF, DE and D4. RGB value is (255,222,212). Sum of RGB (Red+Green+Blue) = 255+222+212=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 212 (83.20% from 255 or 30.77% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED4 is #00212B. Grayscale: #E6E6E6. Windows color (decimal): -8492 or 13950719. OLE color: 13950719.

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

Color convert

RGB255222212-
CMYK00.130.170
HSL13.95º100%91.57%-
HSV(B)13.95º16.86%100%-
XYZ79.2478.2673.22-
YUV230.73117.43145.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 212 (83.20% from 255) = 30.77%
R=37.01%
G=32.22%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522221200.130.17013.9510091.57
HexFFDED40D110e645c
Octal37733632401521016144134
Binary11111111110111101101010001101100010111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDED4; }

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

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

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

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

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

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

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

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