Html Css Color HEX #F6DFD4 Provincial Pink

📋 copy color: '#F6DFD4'

red 246 ◦ green 223 ◦ blue 212

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

Shades of Provincial Pink #F6DFD4

Tints of Provincial Pink #F6DFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.13%

R = 36.12%
G = 32.75%
B = 31.13%

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

#F6DFD4 (or 0xF6DFD4) is known color: Provincial Pink. HEX triplet: F6, DF and D4. RGB value is (246,223,212). Sum of RGB (Red+Green+Blue) = 246+223+212=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 212 (83.20% from 255 or 31.13% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFD4 is #09202B. Grayscale: #E4E4E4. Windows color (decimal): -598060 or 13950966. OLE color: 13950966.

HSL color Cylindrical-coordinate representation of color #F6DFD4: hue angle of 19.41º degrees, saturation: 0.65, 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 #F6DFD4 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 223 212 -
CMYK 0 0.09 0.14 0.04
HSL 19.41º 0.65% 0.9% -
HSV(B) 19.41º 0.14% 0.96% -
XYZ 76.28 77.12 73.15 -
YUV 228.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 246 223 212 0 0.09 0.14 0.04 19.41 0.65 0.9
Hex F6 DF D4 0 9 E 4 13 41 5A
Octal 366 337 324 0 11 16 4 23 101 132
Binary 11110110 11011111 11010100 0 1001 1110 100 10011 1000001 1011010

Color Harmonies of #F6DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DFD4

Black with #F6DFD4

Text Example


Text Example

White with #F6DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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