#FFE2D2

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

Shades of Provincial Pink #FFE2D2

Tints of Provincial Pink #FFE2D2

Color information

#FFE2D2 (or 0xFFE2D2) is unknown color: approx Provincial Pink. HEX triplet: FF, E2 and D2. RGB value is (255,226,210). Sum of RGB (Red+Green+Blue) = 255+226+210=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 210 (82.42% from 255 or 30.39% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2D2 is #001D2D. Grayscale: #E8E8E8. Windows color (decimal): -7470 or 13820671. OLE color: 13820671.

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

Color convert

RGB255226210-
CMYK00.110.180
HSL21.33º100%91.18%-
HSV(B)21.33º17.65%100%-
XYZ80.0780.3172.25-
YUV232.85115.11143.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 226 (88.67% from 255) = 32.71%
BLUE value IS 210 (82.42% from 255) = 30.39%
R=36.90%
G=32.71%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522621000.110.18021.3310091.18
HexFFE2D20B12015645b
Octal37734232201322025144133
Binary111111111110001011010010010111001001010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2D2; }

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

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

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

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

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

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

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

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