Html Css Color HEX #F8DFD1 Provincial Pink

📋 copy color: '#F8DFD1'

red 248 ◦ green 223 ◦ blue 209

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

Shades of Provincial Pink #F8DFD1

Tints of Provincial Pink #F8DFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 30.74%

R = 36.47%
G = 32.79%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F8DFD1 (or 0xF8DFD1) is known color: Provincial Pink. HEX triplet: F8, DF and D1. RGB value is (248,223,209). Sum of RGB (Red+Green+Blue) = 248+223+209=680 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.47% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFD1 is #07202E. Grayscale: #E4E4E4. Windows color (decimal): -466991 or 13754360. OLE color: 13754360.

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

Color convert

RGB 248 223 209 -
CMYK 0 0.10 0.16 0.03
HSL 21.54º 0.74% 0.9% -
HSV(B) 21.54º 0.16% 0.97% -
XYZ 76.61 77.34 71.21 -
YUV 228.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 248 223 209 0 0.10 0.16 0.03 21.54 0.74 0.9
Hex F8 DF D1 0 A 10 3 16 4A 5A
Octal 370 337 321 0 12 20 3 26 112 132
Binary 11111000 11011111 11010001 0 1010 10000 11 10110 1001010 1011010

Color Harmonies of #F8DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFD1

Black with #F8DFD1

Text Example


Text Example

White with #F8DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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