#F6E3DB

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

Shades of Provincial Pink #F6E3DB

Tints of Provincial Pink #F6E3DB

Color information

#F6E3DB (or 0xF6E3DB) is unknown color: approx Provincial Pink. HEX triplet: F6, E3 and DB. RGB value is (246,227,219). Sum of RGB (Red+Green+Blue) = 246+227+219=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 227 (89.06% from 255 or 32.80% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E3DB is #091C24. Grayscale: #E7E7E7. Windows color (decimal): -597029 or 14410742. OLE color: 14410742.

HSL color Cylindrical-coordinate representation of color #F6E3DB: hue angle of 17.78º 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 #F6E3DB is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246227219-
CMYK00.080.110.04
HSL17.78º60%91.18%-
HSV(B)17.78º10.98%96.47%-
XYZ78.2679.6578.27-
YUV231.77120.79138.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.55%
GREEN value IS 227 (89.06% from 255) = 32.80%
BLUE value IS 219 (85.94% from 255) = 31.65%
R=35.55%
G=32.80%
B=31.65%

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
Decimal24622721900.080.110.0417.786091.18
HexF6E3DB08B4123c5b
Octal3663433330101342274133
Binary111101101110001111011011010001011100100101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E3DB; }

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

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

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

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

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

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

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

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