#F3E2DB

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

Shades of Provincial Pink #F3E2DB

Tints of Provincial Pink #F3E2DB

Color information

#F3E2DB (or 0xF3E2DB) is unknown color: approx Provincial Pink. HEX triplet: F3, E2 and DB. RGB value is (243,226,219). Sum of RGB (Red+Green+Blue) = 243+226+219=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E2DB is #0C1D24. Grayscale: #E6E6E6. Windows color (decimal): -793893 or 14410483. OLE color: 14410483.

HSL color Cylindrical-coordinate representation of color #F3E2DB: hue angle of 17.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3E2DB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243226219-
CMYK00.070.100.05
HSL17.5º50%90.59%-
HSV(B)17.5º9.88%95.29%-
XYZ76.9478.5678.13-
YUV230.29121.63137.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.32%
GREEN value IS 226 (88.67% from 255) = 32.85%
BLUE value IS 219 (85.94% from 255) = 31.83%
R=35.32%
G=32.85%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322621900.070.100.0517.55090.59
HexF3E2DB07A512325b
Octal363342333071252262133
Binary11110011111000101101101101111010101100101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E2DB; }

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

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

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

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

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

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

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

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