#FFE0D0

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

Shades of Pippin #FFE0D0

Tints of Pippin #FFE0D0

Color information

#FFE0D0 (or 0xFFE0D0) is unknown color: approx Pippin. HEX triplet: FF, E0 and D0. RGB value is (255,224,208). Sum of RGB (Red+Green+Blue) = 255+224+208=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 224 (87.89% from 255 or 32.61% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0D0 is #001F2F. Grayscale: #E7E7E7. Windows color (decimal): -7984 or 13689087. OLE color: 13689087.

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

Color convert

RGB255224208-
CMYK00.120.180
HSL20.43º100%90.78%-
HSV(B)20.43º18.43%100%-
XYZ79.2879.1370.77-
YUV231.44114.77144.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 224 (87.89% from 255) = 32.61%
BLUE value IS 208 (81.64% from 255) = 30.28%
R=37.12%
G=32.61%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522420800.120.18020.4310090.78
HexFFE0D00C12014645b
Octal37734032001422024144133
Binary111111111110000011010000011001001001010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0D0; }

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

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

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

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

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

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

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

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