#F8E4D9

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

Shades of Provincial Pink #F8E4D9

Tints of Provincial Pink #F8E4D9

Color information

#F8E4D9 (or 0xF8E4D9) is unknown color: approx Provincial Pink. HEX triplet: F8, E4 and D9. RGB value is (248,228,217). Sum of RGB (Red+Green+Blue) = 248+228+217=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 228 (89.45% from 255 or 32.90% from 693); Blue value is 217 (85.16% from 255 or 31.31% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E4D9 is #071B26. Grayscale: #E8E8E8. Windows color (decimal): -465703 or 14279928. OLE color: 14279928.

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

Color convert

RGB248228217-
CMYK00.080.120.03
HSL21.29º68.89%91.18%-
HSV(B)21.29º12.5%97.25%-
XYZ78.9880.4577.01-
YUV232.73119.13138.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.79%
GREEN value IS 228 (89.45% from 255) = 32.90%
BLUE value IS 217 (85.16% from 255) = 31.31%
R=35.79%
G=32.90%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822821700.080.120.0321.2968.8991.18
HexF8E4D908C315455b
Octal37034433101014325105133
Binary111110001110010011011001010001100111010110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E4D9; }

 p { color: rgb(248,228,217); }

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

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

 a { background-color: rgb(248,228,217); }

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

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

 span { border-color: rgb(248,228,217); }

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