#F2E3DC

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

Shades of Provincial Pink #F2E3DC

Tints of Provincial Pink #F2E3DC

Color information

#F2E3DC (or 0xF2E3DC) is unknown color: approx Provincial Pink. HEX triplet: F2, E3 and DC. RGB value is (242,227,220). Sum of RGB (Red+Green+Blue) = 242+227+220=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3DC is #0D1C23. Grayscale: #E6E6E6. Windows color (decimal): -859172 or 14476274. OLE color: 14476274.

HSL color Cylindrical-coordinate representation of color #F2E3DC: hue angle of 19.09º degrees, saturation: 0.46, 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 #F2E3DC is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242227220-
CMYK00.060.090.05
HSL19.09º45.83%90.59%-
HSV(B)19.09º9.09%94.9%-
XYZ77.0178.9878.9-
YUV230.69121.97136.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.12%
GREEN value IS 227 (89.06% from 255) = 32.95%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=35.12%
G=32.95%
B=31.93%

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
Decimal24222722000.060.090.0519.0945.8390.59
HexF2E3DC0695132e5b
Octal362343334061152356133
Binary11110010111000111101110001101001101100111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E3DC; }

 p { color: rgb(242,227,220); }

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

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

 a { background-color: rgb(242,227,220); }

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

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

 span { border-color: rgb(242,227,220); }

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