#F2E5DF

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

Shades of Provincial Pink #F2E5DF

Tints of Provincial Pink #F2E5DF

Color information

#F2E5DF (or 0xF2E5DF) is unknown color: approx Provincial Pink. HEX triplet: F2, E5 and DF. RGB value is (242,229,223). Sum of RGB (Red+Green+Blue) = 242+229+223=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5DF is #0D1A20. Grayscale: #E8E8E8. Windows color (decimal): -858657 or 14673394. OLE color: 14673394.

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

Color convert

RGB242229223-
CMYK00.050.080.05
HSL18.95º42.22%91.18%-
HSV(B)18.95º7.85%94.9%-
XYZ77.9680.2481.19-
YUV232.2122.81134.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.87%
GREEN value IS 229 (89.84% from 255) = 33.00%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=34.87%
G=33.00%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222922300.050.080.0518.9542.2291.18
HexF2E5DF0585132a5b
Octal362345337051052352133
Binary11110010111001011101111101011000101100111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5DF; }

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

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

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

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

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

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

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

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