#F2E4DD

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

Shades of Provincial Pink #F2E4DD

Tints of Provincial Pink #F2E4DD

Color information

#F2E4DD (or 0xF2E4DD) is unknown color: approx Provincial Pink. HEX triplet: F2, E4 and DD. RGB value is (242,228,221). Sum of RGB (Red+Green+Blue) = 242+228+221=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 228 (89.45% from 255 or 33.00% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4DD is #0D1B22. Grayscale: #E7E7E7. Windows color (decimal): -858915 or 14542066. OLE color: 14542066.

HSL color Cylindrical-coordinate representation of color #F2E4DD: hue angle of 20º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E4DD is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242228221-
CMYK00.060.090.05
HSL20º44.68%90.78%-
HSV(B)20º8.68%94.9%-
XYZ77.4179.5879.69-
YUV231.39122.14135.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.02%
GREEN value IS 228 (89.45% from 255) = 33.00%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=35.02%
G=33.00%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222822100.060.090.052044.6890.78
HexF2E4DD0695142d5b
Octal362344335061152455133
Binary11110010111001001101110101101001101101001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4DD; }

 p { color: rgb(242,228,221); }

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

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

 a { background-color: rgb(242,228,221); }

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

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

 span { border-color: rgb(242,228,221); }

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