#F8E2D6

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

Shades of Provincial Pink #F8E2D6

Tints of Provincial Pink #F8E2D6

Color information

#F8E2D6 (or 0xF8E2D6) is unknown color: approx Provincial Pink. HEX triplet: F8, E2 and D6. RGB value is (248,226,214). Sum of RGB (Red+Green+Blue) = 248+226+214=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E2D6 is #071D29. Grayscale: #E7E7E7. Windows color (decimal): -466218 or 14082808. OLE color: 14082808.

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

Color convert

RGB248226214-
CMYK00.090.140.03
HSL21.18º70.83%90.59%-
HSV(B)21.18º13.71%97.25%-
XYZ78.0579.274.79-
YUV231.21118.29139.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.05%
GREEN value IS 226 (88.67% from 255) = 32.85%
BLUE value IS 214 (83.98% from 255) = 31.10%
R=36.05%
G=32.85%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822621400.090.140.0321.1870.8390.59
HexF8E2D609E315475b
Octal37034232601116325107133
Binary111110001110001011010110010011110111010110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E2D6; }

 p { color: rgb(248,226,214); }

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

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

 a { background-color: rgb(248,226,214); }

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

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

 span { border-color: rgb(248,226,214); }

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