Html Css Color HEX #F6E2DB Provincial Pink

📋 copy color: '#F6E2DB'

red 246 ◦ green 226 ◦ blue 219

#F6E2DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Provincial Pink #F6E2DB

Tints of Provincial Pink #F6E2DB

RGB

 RED value IS 246 (96.48% from 255) = 35.6%

 GREEN value IS 226 (88.67% from 255) = 32.71%

 BLUE value IS 219 (85.94% from 255) = 31.69%

R = 35.6%
G = 32.71%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6E2DB (or 0xF6E2DB) is known color: 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

RGB 246 226 219 -
CMYK 0 0.08 0.11 0.04
HSL 15.56º 0.6% 0.91% -
HSV(B) 15.56º 0.11% 0.96% -
XYZ 77.99 79.1 78.18 -
YUV 231.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 246 226 219 0 0.08 0.11 0.04 15.56 0.6 0.91
Hex F6 E2 DB 0 8 B 4 10 3C 5B
Octal 366 342 333 0 10 13 4 20 74 133
Binary 11110110 11100010 11011011 0 1000 1011 100 10000 111100 1011011

Color Harmonies of #F6E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E2DB

Black with #F6E2DB

Text Example


Text Example

White with #F6E2DB

Text Example


Text Example

HTML Codes & Css Web 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>