#F6E2DB

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

Shades of Provincial Pink #F6E2DB

Tints of Provincial Pink #F6E2DB

Color information

#F6E2DB (or 0xF6E2DB) is unknown color: approx Provincial Pink. HEX triplet: F6, E2 and DB. RGB value is (246,226,219). Sum of RGB (Red+Green+Blue) = 246+226+219=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E2DB is #091D24. Grayscale: #E7E7E7. Windows color (decimal): -597285 or 14410486. OLE color: 14410486.

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

Color convert

RGB246226219-
CMYK00.080.110.04
HSL15.56º60%91.18%-
HSV(B)15.56º10.98%96.47%-
XYZ77.9979.178.18-
YUV231.18121.13138.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.60%
GREEN value IS 226 (88.67% from 255) = 32.71%
BLUE value IS 219 (85.94% from 255) = 31.69%
R=35.60%
G=32.71%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622621900.080.110.0415.566091.18
HexF6E2DB08B4103c5b
Octal3663423330101342074133
Binary111101101110001011011011010001011100100001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E2DB; }

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

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

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

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

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

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

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

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