#FFE1D0

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

Shades of Provincial Pink #FFE1D0

Tints of Provincial Pink #FFE1D0

Color information

#FFE1D0 (or 0xFFE1D0) is unknown color: approx Provincial Pink. HEX triplet: FF, E1 and D0. RGB value is (255,225,208). Sum of RGB (Red+Green+Blue) = 255+225+208=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 208 (81.64% from 255 or 30.23% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1D0 is #001E2F. Grayscale: #E8E8E8. Windows color (decimal): -7728 or 13689343. OLE color: 13689343.

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

Color convert

RGB255225208-
CMYK00.120.180
HSL21.7º100%90.78%-
HSV(B)21.7º18.43%100%-
XYZ79.5579.6670.86-
YUV232.03114.44144.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 225 (88.28% from 255) = 32.70%
BLUE value IS 208 (81.64% from 255) = 30.23%
R=37.06%
G=32.70%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522520800.120.18021.710090.78
HexFFE1D00C12016645b
Octal37734132001422026144133
Binary111111111110000111010000011001001001011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1D0; }

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

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

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

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

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

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

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

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