Html Css Color HEX #F8D9F6 Snuff

📋 copy color: '#F8D9F6'

red 248 ◦ green 217 ◦ blue 246

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

Shades of Snuff #F8D9F6

Tints of Snuff #F8D9F6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.52%

 BLUE value IS 246 (96.48% from 255) = 34.6%

R = 34.88%
G = 30.52%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8D9F6 (or 0xF8D9F6) is known color: Snuff. HEX triplet: F8, D9 and F6. RGB value is (248,217,246). Sum of RGB (Red+Green+Blue) = 248+217+246=711 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.88% from 711); Green value is 217 (85.16% from 255 or 30.52% from 711); Blue value is 246 (96.48% from 255 or 34.60% from 711); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D9F6 is #072609. Grayscale: #E5E5E5. Windows color (decimal): -468490 or 16177656. OLE color: 16177656.

HSL color Cylindrical-coordinate representation of color #F8D9F6: hue angle of 303.87º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8D9F6 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 217 246 -
CMYK 0 0.12 0.01 0.03
HSL 303.87º 0.69% 0.91% -
HSV(B) 303.87º 0.13% 0.97% -
XYZ 80.16 76.24 97.68 -
YUV 229.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 248 217 246 0 0.12 0.01 0.03 303.87 0.69 0.91
Hex F8 D9 F6 0 C 1 3 130 45 5B
Octal 370 331 366 0 14 1 3 460 105 133
Binary 11111000 11011001 11110110 0 1100 1 11 100110000 1000101 1011011

Color Harmonies of #F8D9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D9F6

Black with #F8D9F6

Text Example


Text Example

White with #F8D9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D9F6; }

 p { color: rgb(248,217,246); }

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

background-color css

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

 a { background-color: rgb(248,217,246); }

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

border-color css

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

 span { border-color: rgb(248,217,246); }

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