#F8E0CF

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

Shades of Provincial Pink #F8E0CF

Tints of Provincial Pink #F8E0CF

Color information

#F8E0CF (or 0xF8E0CF) is unknown color: approx Provincial Pink. HEX triplet: F8, E0 and CF. RGB value is (248,224,207). Sum of RGB (Red+Green+Blue) = 248+224+207=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E0CF is #071F30. Grayscale: #E5E5E5. Windows color (decimal): -466737 or 13623544. OLE color: 13623544.

HSL color Cylindrical-coordinate representation of color #F8E0CF: hue angle of 24.88º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8E0CF is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248224207-
CMYK00.100.170.03
HSL24.88º74.55%89.22%-
HSV(B)24.88º16.53%97.25%-
XYZ76.6377.7770-
YUV229.24115.45141.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.52%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 207 (81.25% from 255) = 30.49%
R=36.52%
G=32.99%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822420700.100.170.0324.8874.5589.22
HexF8E0CF0A113194b59
Octal37034031701221331113131
Binary1111100011100000110011110101010001111100110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E0CF; }

 p { color: rgb(248,224,207); }

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

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

 a { background-color: rgb(248,224,207); }

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

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

 span { border-color: rgb(248,224,207); }

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