#FFE2D5

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

Shades of Provincial Pink #FFE2D5

Tints of Provincial Pink #FFE2D5

Color information

#FFE2D5 (or 0xFFE2D5) is unknown color: approx Provincial Pink. HEX triplet: FF, E2 and D5. RGB value is (255,226,213). Sum of RGB (Red+Green+Blue) = 255+226+213=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 226 (88.67% from 255 or 32.56% from 694); Blue value is 213 (83.59% from 255 or 30.69% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2D5 is #001D2A. Grayscale: #E9E9E9. Windows color (decimal): -7467 or 14017279. OLE color: 14017279.

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

Color convert

RGB255226213-
CMYK00.110.160
HSL18.57º100%91.76%-
HSV(B)18.57º16.47%100%-
XYZ80.4580.4674.24-
YUV233.19116.61143.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 226 (88.67% from 255) = 32.56%
BLUE value IS 213 (83.59% from 255) = 30.69%
R=36.74%
G=32.56%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522621300.110.16018.5710091.76
HexFFE2D50B10013645c
Octal37734232501320023144134
Binary111111111110001011010101010111000001001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2D5; }

 p { color: rgb(255,226,213); }

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

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

 a { background-color: rgb(255,226,213); }

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

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

 span { border-color: rgb(255,226,213); }

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