Html Css Color HEX #F8DFD0 Provincial Pink

📋 copy color: '#F8DFD0'

red 248 ◦ green 223 ◦ blue 208

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

Shades of Provincial Pink #F8DFD0

Tints of Provincial Pink #F8DFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 30.63%

R = 36.52%
G = 32.84%
B = 30.63%

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

#F8DFD0 (or 0xF8DFD0) is known color: Provincial Pink. HEX triplet: F8, DF and D0. RGB value is (248,223,208). Sum of RGB (Red+Green+Blue) = 248+223+208=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFD0 is #07202F. Grayscale: #E4E4E4. Windows color (decimal): -466992 or 13688824. OLE color: 13688824.

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

Color convert

RGB 248 223 208 -
CMYK 0 0.10 0.16 0.03
HSL 22.5º 0.74% 0.89% -
HSV(B) 22.5º 0.16% 0.97% -
XYZ 76.48 77.29 70.56 -
YUV 228.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 248 223 208 0 0.10 0.16 0.03 22.5 0.74 0.89
Hex F8 DF D0 0 A 10 3 16 4A 59
Octal 370 337 320 0 12 20 3 26 112 131
Binary 11111000 11011111 11010000 0 1010 10000 11 10110 1001010 1011001

Color Harmonies of #F8DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DFD0

Black with #F8DFD0

Text Example


Text Example

White with #F8DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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