#F4E4DC

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

Shades of Provincial Pink #F4E4DC

Tints of Provincial Pink #F4E4DC

Color information

#F4E4DC (or 0xF4E4DC) is unknown color: approx Provincial Pink. HEX triplet: F4, E4 and DC. RGB value is (244,228,220). Sum of RGB (Red+Green+Blue) = 244+228+220=692 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.26% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E4DC is #0B1B23. Grayscale: #E7E7E7. Windows color (decimal): -727844 or 14476532. OLE color: 14476532.

HSL color Cylindrical-coordinate representation of color #F4E4DC: hue angle of 20º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4E4DC is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244228220-
CMYK00.070.100.04
HSL20º52.17%90.98%-
HSV(B)20º9.84%95.69%-
XYZ77.9779.8979.02-
YUV231.87121.3136.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.26%
GREEN value IS 228 (89.45% from 255) = 32.95%
BLUE value IS 220 (86.33% from 255) = 31.79%
R=35.26%
G=32.95%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422822000.070.100.042052.1790.98
HexF4E4DC07A414345b
Octal364344334071242464133
Binary11110100111001001101110001111010100101001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E4DC; }

 p { color: rgb(244,228,220); }

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

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

 a { background-color: rgb(244,228,220); }

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

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

 span { border-color: rgb(244,228,220); }

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