Html Css Color HEX #F7DFD6 Provincial Pink

📋 copy color: '#F7DFD6'

red 247 ◦ green 223 ◦ blue 214

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

Shades of Provincial Pink #F7DFD6

Tints of Provincial Pink #F7DFD6

RGB

 RED value IS 247 (96.88% from 255) = 36.11%

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

 BLUE value IS 214 (83.98% from 255) = 31.29%

R = 36.11%
G = 32.6%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F7DFD6 (or 0xF7DFD6) is known color: Provincial Pink. HEX triplet: F7, DF and D6. RGB value is (247,223,214). Sum of RGB (Red+Green+Blue) = 247+223+214=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFD6 is #082029. Grayscale: #E5E5E5. Windows color (decimal): -532522 or 14082039. OLE color: 14082039.

HSL color Cylindrical-coordinate representation of color #F7DFD6: hue angle of 16.36º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7DFD6 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 223 214 -
CMYK 0 0.10 0.13 0.03
HSL 16.36º 0.67% 0.9% -
HSV(B) 16.36º 0.13% 0.97% -
XYZ 76.88 77.4 74.51 -
YUV 229.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 247 223 214 0 0.10 0.13 0.03 16.36 0.67 0.9
Hex F7 DF D6 0 A D 3 10 43 5A
Octal 367 337 326 0 12 15 3 20 103 132
Binary 11110111 11011111 11010110 0 1010 1101 11 10000 1000011 1011010

Color Harmonies of #F7DFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DFD6

Black with #F7DFD6

Text Example


Text Example

White with #F7DFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DFD6; }

 p { color: rgb(247,223,214); }

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

background-color css

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

 a { background-color: rgb(247,223,214); }

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

border-color css

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

 span { border-color: rgb(247,223,214); }

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