Html Css Color HEX #F7DFD5 Provincial Pink

📋 copy color: '#F7DFD5'

red 247 ◦ green 223 ◦ blue 213

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

Shades of Provincial Pink #F7DFD5

Tints of Provincial Pink #F7DFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.19%

R = 36.16%
G = 32.65%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F7DFD5 (or 0xF7DFD5) is known color: Provincial Pink. HEX triplet: F7, DF and D5. RGB value is (247,223,213). Sum of RGB (Red+Green+Blue) = 247+223+213=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFD5 is #08202A. Grayscale: #E5E5E5. Windows color (decimal): -532523 or 14016503. OLE color: 14016503.

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

Color convert

RGB 247 223 213 -
CMYK 0 0.10 0.14 0.03
HSL 17.65º 0.68% 0.9% -
HSV(B) 17.65º 0.14% 0.97% -
XYZ 76.76 77.35 73.84 -
YUV 229.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 247 223 213 0 0.10 0.14 0.03 17.65 0.68 0.9
Hex F7 DF D5 0 A E 3 12 44 5A
Octal 367 337 325 0 12 16 3 22 104 132
Binary 11110111 11011111 11010101 0 1010 1110 11 10010 1000100 1011010

Color Harmonies of #F7DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DFD5

Black with #F7DFD5

Text Example


Text Example

White with #F7DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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