#F2E4DF

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

Shades of Provincial Pink #F2E4DF

Tints of Provincial Pink #F2E4DF

Color information

#F2E4DF (or 0xF2E4DF) is unknown color: approx Provincial Pink. HEX triplet: F2, E4 and DF. RGB value is (242,228,223). Sum of RGB (Red+Green+Blue) = 242+228+223=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 228 (89.45% from 255 or 32.90% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4DF is #0D1B20. Grayscale: #E7E7E7. Windows color (decimal): -858913 or 14673138. OLE color: 14673138.

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

Color convert

RGB242228223-
CMYK00.060.080.05
HSL15.79º42.22%91.18%-
HSV(B)15.79º7.85%94.9%-
XYZ77.6879.6981.1-
YUV231.62123.14135.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.92%
GREEN value IS 228 (89.45% from 255) = 32.90%
BLUE value IS 223 (87.5% from 255) = 32.18%
R=34.92%
G=32.90%
B=32.18%

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
Decimal24222822300.060.080.0515.7942.2291.18
HexF2E4DF0685102a5b
Octal362344337061052052133
Binary11110010111001001101111101101000101100001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4DF; }

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

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

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

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

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

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

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

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