#F7E4DC

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

Shades of Provincial Pink #F7E4DC

Tints of Provincial Pink #F7E4DC

Color information

#F7E4DC (or 0xF7E4DC) is unknown color: approx Provincial Pink. HEX triplet: F7, E4 and DC. RGB value is (247,228,220). Sum of RGB (Red+Green+Blue) = 247+228+220=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 228 (89.45% from 255 or 32.81% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E4DC is #081B23. Grayscale: #E8E8E8. Windows color (decimal): -531236 or 14476535. OLE color: 14476535.

HSL color Cylindrical-coordinate representation of color #F7E4DC: hue angle of 17.78º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7E4DC is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247228220-
CMYK00.080.110.03
HSL17.78º62.79%91.57%-
HSV(B)17.78º10.93%96.86%-
XYZ79.0280.4379.07-
YUV232.77120.79138.15-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.54%
GREEN value IS 228 (89.45% from 255) = 32.81%
BLUE value IS 220 (86.33% from 255) = 31.65%
R=35.54%
G=32.81%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722822000.080.110.0317.7862.7991.57
HexF7E4DC08B3123f5c
Octal3673443340101332277134
Binary11110111111001001101110001000101111100101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E4DC; }

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

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

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

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

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

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

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

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