Html Css Color HEX #F6E6DE Provincial Pink

📋 copy color: '#F6E6DE'

red 246 ◦ green 230 ◦ blue 222

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

Shades of Provincial Pink #F6E6DE

Tints of Provincial Pink #F6E6DE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.95%

 BLUE value IS 222 (87.11% from 255) = 31.81%

R = 35.24%
G = 32.95%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6E6DE (or 0xF6E6DE) is known color: Provincial Pink. HEX triplet: F6, E6 and DE. RGB value is (246,230,222). Sum of RGB (Red+Green+Blue) = 246+230+222=698 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.24% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E6DE is #091921. Grayscale: #E9E9E9. Windows color (decimal): -596258 or 14608118. OLE color: 14608118.

HSL color Cylindrical-coordinate representation of color #F6E6DE: hue angle of 20º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6E6DE is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 230 222 -
CMYK 0 0.07 0.10 0.04
HSL 20º 0.57% 0.92% -
HSV(B) 20º 0.1% 0.96% -
XYZ 79.49 81.46 80.64 -
YUV 233.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 246 230 222 0 0.07 0.10 0.04 20 0.57 0.92
Hex F6 E6 DE 0 7 A 4 14 39 5C
Octal 366 346 336 0 7 12 4 24 71 134
Binary 11110110 11100110 11011110 0 111 1010 100 10100 111001 1011100

Color Harmonies of #F6E6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E6DE

Black with #F6E6DE

Text Example


Text Example

White with #F6E6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E6DE; }

 p { color: rgb(246,230,222); }

 H1.HeaderClassName
 {
   color: #F6E6DE;
 }
 .AnyTagClassName
 {
   color: #F6E6DE;
 }
</style>

background-color css

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

 a { background-color: rgb(246,230,222); }

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

border-color css

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

 span { border-color: rgb(246,230,222); }

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