#F8DFD5

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

Shades of Provincial Pink #F8DFD5

Tints of Provincial Pink #F8DFD5

Color information

#F8DFD5 (or 0xF8DFD5) is unknown color: approx Provincial Pink. HEX triplet: F8, DF and D5. RGB value is (248,223,213). Sum of RGB (Red+Green+Blue) = 248+223+213=684 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.26% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFD5 is #07202A. Grayscale: #E5E5E5. Windows color (decimal): -466987 or 14016504. OLE color: 14016504.

HSL color Cylindrical-coordinate representation of color #F8DFD5: hue angle of 17.14º degrees, saturation: 0.71, 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 #F8DFD5 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB248223213-
CMYK00.100.140.03
HSL17.14º71.43%90.39%-
HSV(B)17.14º14.11%97.25%-
XYZ77.1177.5473.85-
YUV229.34118.78141.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.26%
GREEN value IS 223 (87.5% from 255) = 32.60%
BLUE value IS 213 (83.59% from 255) = 31.14%
R=36.26%
G=32.60%
B=31.14%

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
Decimal24822321300.100.140.0317.1471.4390.39
HexF8DFD50AE311475a
Octal37033732501216321107132
Binary111110001101111111010101010101110111000110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFD5; }

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

 H1.HeaderClassName
 {
   color: #F8DFD5;
 }
 .AnyTagClassName
 {
   color: #F8DFD5;
 }
</style>
background-color css

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

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

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

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

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

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