#F7DFD5

Color #F7DFD5 Provincial Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Provincial Pink #F7DFD5

Tints of Provincial Pink #F7DFD5

Color information

#F7DFD5 (or 0xF7DFD5) is unknown color: approx 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

RGB247223213-
CMYK00.100.140.03
HSL17.65º68%90.2%-
HSV(B)17.65º13.77%96.86%-
XYZ76.7677.3573.84-
YUV229.04118.95140.81-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722321300.100.140.0317.656890.2
HexF7DFD50AE312445a
Octal36733732501216322104132
Binary111101111101111111010101010101110111001010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>