#F0E1DC

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

Shades of Provincial Pink #F0E1DC

Tints of Provincial Pink #F0E1DC

Color information

#F0E1DC (or 0xF0E1DC) is unknown color: approx Provincial Pink. HEX triplet: F0, E1 and DC. RGB value is (240,225,220). Sum of RGB (Red+Green+Blue) = 240+225+220=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1DC is #0F1E23. Grayscale: #E4E4E4. Windows color (decimal): -990756 or 14475760. OLE color: 14475760.

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

Color convert

RGB240225220-
CMYK00.060.080.06
HSL15º40%90.2%-
HSV(B)15º8.33%94.12%-
XYZ75.7877.5478.68-
YUV228.92122.97135.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.04%
GREEN value IS 225 (88.28% from 255) = 32.85%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=35.04%
G=32.85%
B=32.12%

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
Decimal24022522000.060.080.06154090.2
HexF0E1DC0686f285a
Octal360341334061061750132
Binary1111000011100001110111000110100011011111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1DC; }

 p { color: rgb(240,225,220); }

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

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

 a { background-color: rgb(240,225,220); }

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

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

 span { border-color: rgb(240,225,220); }

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