Html Css Color HEX #F8D9F3 Snuff

📋 copy color: '#F8D9F3'

red 248 ◦ green 217 ◦ blue 243

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

Shades of Snuff #F8D9F3

Tints of Snuff #F8D9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.32%

R = 35.03%
G = 30.65%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F8D9F3 (or 0xF8D9F3) is known color: Snuff. HEX triplet: F8, D9 and F3. RGB value is (248,217,243). Sum of RGB (Red+Green+Blue) = 248+217+243=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D9F3 is #07260C. Grayscale: #E5E5E5. Windows color (decimal): -468493 or 15981048. OLE color: 15981048.

HSL color Cylindrical-coordinate representation of color #F8D9F3: hue angle of 309.68º 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 #F8D9F3 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 217 243 -
CMYK 0 0.12 0.02 0.03
HSL 309.68º 0.69% 0.91% -
HSV(B) 309.68º 0.13% 0.97% -
XYZ 79.7 76.05 95.27 -
YUV 229.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 248 217 243 0 0.12 0.02 0.03 309.68 0.69 0.91
Hex F8 D9 F3 0 C 2 3 136 45 5B
Octal 370 331 363 0 14 2 3 466 105 133
Binary 11111000 11011001 11110011 0 1100 10 11 100110110 1000101 1011011

Color Harmonies of #F8D9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D9F3

Black with #F8D9F3

Text Example


Text Example

White with #F8D9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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