Html Css Color HEX #F8DFD4 Provincial Pink

📋 copy color: '#F8DFD4'

red 248 ◦ green 223 ◦ blue 212

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

Shades of Provincial Pink #F8DFD4

Tints of Provincial Pink #F8DFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.04%

R = 36.31%
G = 32.65%
B = 31.04%

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

#F8DFD4 (or 0xF8DFD4) is known color: Provincial Pink. HEX triplet: F8, DF and D4. RGB value is (248,223,212). Sum of RGB (Red+Green+Blue) = 248+223+212=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFD4 is #07202B. Grayscale: #E5E5E5. Windows color (decimal): -466988 or 13950968. OLE color: 13950968.

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

Color convert

RGB 248 223 212 -
CMYK 0 0.10 0.15 0.03
HSL 18.33º 0.72% 0.9% -
HSV(B) 18.33º 0.15% 0.97% -
XYZ 76.98 77.49 73.19 -
YUV 229.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 248 223 212 0 0.10 0.15 0.03 18.33 0.72 0.9
Hex F8 DF D4 0 A F 3 12 48 5A
Octal 370 337 324 0 12 17 3 22 110 132
Binary 11111000 11011111 11010100 0 1010 1111 11 10010 1001000 1011010

Color Harmonies of #F8DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFD4

Black with #F8DFD4

Text Example


Text Example

White with #F8DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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