#FFE1D3

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

Shades of Pippin #FFE1D3

Tints of Pippin #FFE1D3

Color information

#FFE1D3 (or 0xFFE1D3) is unknown color: approx Pippin. HEX triplet: FF, E1 and D3. RGB value is (255,225,211). Sum of RGB (Red+Green+Blue) = 255+225+211=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 225 (88.28% from 255 or 32.56% from 691); Blue value is 211 (82.81% from 255 or 30.54% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1D3 is #001E2C. Grayscale: #E8E8E8. Windows color (decimal): -7725 or 13885951. OLE color: 13885951.

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

Color convert

RGB255225211-
CMYK00.120.170
HSL19.09º100%91.37%-
HSV(B)19.09º17.25%100%-
XYZ79.9279.8172.82-
YUV232.37115.94144.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 225 (88.28% from 255) = 32.56%
BLUE value IS 211 (82.81% from 255) = 30.54%
R=36.90%
G=32.56%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522521100.120.17019.0910091.37
HexFFE1D30C11013645b
Octal37734132301421023144133
Binary111111111110000111010011011001000101001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1D3; }

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

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

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

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

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

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

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

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