Html Css Color HEX #F8DFD5 Provincial Pink

📋 copy color: '#F8DFD5'

red 248 ◦ green 223 ◦ blue 213

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

Shades of Provincial Pink #F8DFD5

Tints of Provincial Pink #F8DFD5

RGB

 RED value IS 248 (97.27% from 255) = 36.26%

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

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

R = 36.26%
G = 32.6%
B = 31.14%

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

#F8DFD5 (or 0xF8DFD5) is known color: 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

RGB 248 223 213 -
CMYK 0 0.10 0.14 0.03
HSL 17.14º 0.71% 0.9% -
HSV(B) 17.14º 0.14% 0.97% -
XYZ 77.11 77.54 73.85 -
YUV 229.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 248 223 213 0 0.10 0.14 0.03 17.14 0.71 0.9
Hex F8 DF D5 0 A E 3 11 47 5A
Octal 370 337 325 0 12 16 3 21 107 132
Binary 11111000 11011111 11010101 0 1010 1110 11 10001 1000111 1011010

Color Harmonies of #F8DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFD5

Black with #F8DFD5

Text Example


Text Example

White with #F8DFD5

Text Example


Text Example

HTML Codes & Css Web 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>