#F1E2DC

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

Shades of Provincial Pink #F1E2DC

Tints of Provincial Pink #F1E2DC

Color information

#F1E2DC (or 0xF1E2DC) is unknown color: approx Provincial Pink. HEX triplet: F1, E2 and DC. RGB value is (241,226,220). Sum of RGB (Red+Green+Blue) = 241+226+220=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2DC is #0E1D23. Grayscale: #E5E5E5. Windows color (decimal): -924964 or 14476017. OLE color: 14476017.

HSL color Cylindrical-coordinate representation of color #F1E2DC: hue angle of 17.14º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1E2DC is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241226220-
CMYK00.060.090.05
HSL17.14º42.86%90.39%-
HSV(B)17.14º8.71%94.51%-
XYZ76.3978.2678.79-
YUV229.8122.47135.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 226 (88.67% from 255) = 32.90%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=35.08%
G=32.90%
B=32.02%

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
Decimal24122622000.060.090.0517.1442.8690.39
HexF1E2DC0695112b5a
Octal361342334061152153132
Binary11110001111000101101110001101001101100011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2DC; }

 p { color: rgb(241,226,220); }

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

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

 a { background-color: rgb(241,226,220); }

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

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

 span { border-color: rgb(241,226,220); }

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