#FFE0D4

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

Shades of Pippin #FFE0D4

Tints of Pippin #FFE0D4

Color information

#FFE0D4 (or 0xFFE0D4) is unknown color: approx Pippin. HEX triplet: FF, E0 and D4. RGB value is (255,224,212). Sum of RGB (Red+Green+Blue) = 255+224+212=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 224 (87.89% from 255 or 32.42% from 691); Blue value is 212 (83.20% from 255 or 30.68% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0D4 is #001F2B. Grayscale: #E7E7E7. Windows color (decimal): -7980 or 13951231. OLE color: 13951231.

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

Color convert

RGB255224212-
CMYK00.120.170
HSL16.74º100%91.57%-
HSV(B)16.74º16.86%100%-
XYZ79.7879.3273.39-
YUV231.9116.77144.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 224 (87.89% from 255) = 32.42%
BLUE value IS 212 (83.20% from 255) = 30.68%
R=36.90%
G=32.42%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522421200.120.17016.7410091.57
HexFFE0D40C11011645c
Octal37734032401421021144134
Binary111111111110000011010100011001000101000111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0D4; }

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

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

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

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

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

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

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

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