#FFE1D4

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

Shades of Pippin #FFE1D4

Tints of Pippin #FFE1D4

Color information

#FFE1D4 (or 0xFFE1D4) is unknown color: approx Pippin. HEX triplet: FF, E1 and D4. RGB value is (255,225,212). Sum of RGB (Red+Green+Blue) = 255+225+212=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 225 (88.28% from 255 or 32.51% from 692); Blue value is 212 (83.20% from 255 or 30.64% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1D4 is #001E2B. Grayscale: #E8E8E8. Windows color (decimal): -7724 or 13951487. OLE color: 13951487.

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

Color convert

RGB255225212-
CMYK00.120.170
HSL18.14º100%91.57%-
HSV(B)18.14º16.86%100%-
XYZ80.0579.8673.48-
YUV232.49116.44144.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 225 (88.28% from 255) = 32.51%
BLUE value IS 212 (83.20% from 255) = 30.64%
R=36.85%
G=32.51%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522521200.120.17018.1410091.57
HexFFE1D40C11012645c
Octal37734132401421022144134
Binary111111111110000111010100011001000101001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1D4; }

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

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

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

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

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

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

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

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