Html Css Color HEX #F8DFD3 Provincial Pink

📋 copy color: '#F8DFD3'

red 248 ◦ green 223 ◦ blue 211

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

Shades of Provincial Pink #F8DFD3

Tints of Provincial Pink #F8DFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.94%

R = 36.36%
G = 32.7%
B = 30.94%

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

#F8DFD3 (or 0xF8DFD3) is known color: Provincial Pink. HEX triplet: F8, DF and D3. RGB value is (248,223,211). Sum of RGB (Red+Green+Blue) = 248+223+211=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFD3 is #07202C. Grayscale: #E5E5E5. Windows color (decimal): -466989 or 13885432. OLE color: 13885432.

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

Color convert

RGB 248 223 211 -
CMYK 0 0.10 0.15 0.03
HSL 19.46º 0.73% 0.9% -
HSV(B) 19.46º 0.15% 0.97% -
XYZ 76.86 77.43 72.52 -
YUV 229.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 248 223 211 0 0.10 0.15 0.03 19.46 0.73 0.9
Hex F8 DF D3 0 A F 3 13 49 5A
Octal 370 337 323 0 12 17 3 23 111 132
Binary 11111000 11011111 11010011 0 1010 1111 11 10011 1001001 1011010

Color Harmonies of #F8DFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFD3

Black with #F8DFD3

Text Example


Text Example

White with #F8DFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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