#F2E4DE

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

Shades of Provincial Pink #F2E4DE

Tints of Provincial Pink #F2E4DE

Color information

#F2E4DE (or 0xF2E4DE) is unknown color: approx Provincial Pink. HEX triplet: F2, E4 and DE. RGB value is (242,228,222). Sum of RGB (Red+Green+Blue) = 242+228+222=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4DE is #0D1B21. Grayscale: #E7E7E7. Windows color (decimal): -858914 or 14607602. OLE color: 14607602.

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

Color convert

RGB242228222-
CMYK00.060.080.05
HSL18º43.48%90.98%-
HSV(B)18º8.26%94.9%-
XYZ77.5579.6480.39-
YUV231.5122.64135.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.97%
GREEN value IS 228 (89.45% from 255) = 32.95%
BLUE value IS 222 (87.11% from 255) = 32.08%
R=34.97%
G=32.95%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222822200.060.080.051843.4890.98
HexF2E4DE0685122b5b
Octal362344336061052253133
Binary11110010111001001101111001101000101100101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4DE; }

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

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

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

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

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

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

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

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