#F0E2DD

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

Shades of Provincial Pink #F0E2DD

Tints of Provincial Pink #F0E2DD

Color information

#F0E2DD (or 0xF0E2DD) is unknown color: approx Provincial Pink. HEX triplet: F0, E2 and DD. RGB value is (240,226,221). Sum of RGB (Red+Green+Blue) = 240+226+221=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2DD is #0F1D22. Grayscale: #E5E5E5. Windows color (decimal): -990499 or 14541552. OLE color: 14541552.

HSL color Cylindrical-coordinate representation of color #F0E2DD: hue angle of 15.79º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E2DD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240226221-
CMYK00.060.080.06
HSL15.79º38.78%90.39%-
HSV(B)15.79º7.92%94.12%-
XYZ76.1878.1479.47-
YUV229.62123.14135.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.93%
GREEN value IS 226 (88.67% from 255) = 32.90%
BLUE value IS 221 (86.72% from 255) = 32.17%
R=34.93%
G=32.90%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022622100.060.080.0615.7938.7890.39
HexF0E2DD068610275a
Octal360342335061062047132
Binary11110000111000101101110101101000110100001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2DD; }

 p { color: rgb(240,226,221); }

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

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

 a { background-color: rgb(240,226,221); }

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

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

 span { border-color: rgb(240,226,221); }

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