Html Css Color HEX #F7DFD2 Provincial Pink

📋 copy color: '#F7DFD2'

red 247 ◦ green 223 ◦ blue 210

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

Shades of Provincial Pink #F7DFD2

Tints of Provincial Pink #F7DFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 30.88%

R = 36.32%
G = 32.79%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F7DFD2 (or 0xF7DFD2) is known color: Provincial Pink. HEX triplet: F7, DF and D2. RGB value is (247,223,210). Sum of RGB (Red+Green+Blue) = 247+223+210=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 210 (82.42% from 255 or 30.88% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DFD2 is #08202D. Grayscale: #E4E4E4. Windows color (decimal): -532526 or 13819895. OLE color: 13819895.

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

Color convert

RGB 247 223 210 -
CMYK 0 0.10 0.15 0.03
HSL 21.08º 0.7% 0.9% -
HSV(B) 21.08º 0.15% 0.97% -
XYZ 76.38 77.2 71.85 -
YUV 228.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 247 223 210 0 0.10 0.15 0.03 21.08 0.7 0.9
Hex F7 DF D2 0 A F 3 15 46 5A
Octal 367 337 322 0 12 17 3 25 106 132
Binary 11110111 11011111 11010010 0 1010 1111 11 10101 1000110 1011010

Color Harmonies of #F7DFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DFD2

Black with #F7DFD2

Text Example


Text Example

White with #F7DFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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