#F6E2D9

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

Shades of Provincial Pink #F6E2D9

Tints of Provincial Pink #F6E2D9

Color information

#F6E2D9 (or 0xF6E2D9) is unknown color: approx Provincial Pink. HEX triplet: F6, E2 and D9. RGB value is (246,226,217). Sum of RGB (Red+Green+Blue) = 246+226+217=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E2D9 is #091D26. Grayscale: #E7E7E7. Windows color (decimal): -597287 or 14279414. OLE color: 14279414.

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

Color convert

RGB246226217-
CMYK00.080.120.04
HSL18.62º61.7%90.78%-
HSV(B)18.62º11.79%96.47%-
XYZ77.737976.8-
YUV230.95120.13138.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.70%
GREEN value IS 226 (88.67% from 255) = 32.80%
BLUE value IS 217 (85.16% from 255) = 31.49%
R=35.70%
G=32.80%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622621700.080.120.0418.6261.790.78
HexF6E2D908C4133e5b
Octal3663423310101442376133
Binary111101101110001011011001010001100100100111111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E2D9; }

 p { color: rgb(246,226,217); }

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

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

 a { background-color: rgb(246,226,217); }

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

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

 span { border-color: rgb(246,226,217); }

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