Html Css Color HEX #F6DFD3 Provincial Pink

📋 copy color: '#F6DFD3'

red 246 ◦ green 223 ◦ blue 211

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

Shades of Provincial Pink #F6DFD3

Tints of Provincial Pink #F6DFD3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.79%

 BLUE value IS 211 (82.81% from 255) = 31.03%

R = 36.18%
G = 32.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F6DFD3 (or 0xF6DFD3) is known color: Provincial Pink. HEX triplet: F6, DF and D3. RGB value is (246,223,211). Sum of RGB (Red+Green+Blue) = 246+223+211=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 211 (82.81% from 255 or 31.03% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFD3 is #09202C. Grayscale: #E4E4E4. Windows color (decimal): -598061 or 13885430. OLE color: 13885430.

HSL color Cylindrical-coordinate representation of color #F6DFD3: hue angle of 20.57º degrees, saturation: 0.66, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6DFD3 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 223 211 -
CMYK 0 0.09 0.14 0.04
HSL 20.57º 0.66% 0.9% -
HSV(B) 20.57º 0.14% 0.96% -
XYZ 76.15 77.07 72.49 -
YUV 228.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 246 223 211 0 0.09 0.14 0.04 20.57 0.66 0.9
Hex F6 DF D3 0 9 E 4 15 42 5A
Octal 366 337 323 0 11 16 4 25 102 132
Binary 11110110 11011111 11010011 0 1001 1110 100 10101 1000010 1011010

Color Harmonies of #F6DFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DFD3

Black with #F6DFD3

Text Example


Text Example

White with #F6DFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DFD3; }

 p { color: rgb(246,223,211); }

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

background-color css

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

 a { background-color: rgb(246,223,211); }

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

border-color css

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

 span { border-color: rgb(246,223,211); }

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