Html Css Color HEX #F9D9F7 Snuff

📋 copy color: '#F9D9F7'

red 249 ◦ green 217 ◦ blue 247

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

Shades of Snuff #F9D9F7

Tints of Snuff #F9D9F7

RGB

 RED value IS 249 (97.66% from 255) = 34.92%

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

 BLUE value IS 247 (96.88% from 255) = 34.64%

R = 34.92%
G = 30.43%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F9D9F7 (or 0xF9D9F7) is known color: Snuff. HEX triplet: F9, D9 and F7. RGB value is (249,217,247). Sum of RGB (Red+Green+Blue) = 249+217+247=713 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.92% from 713); Green value is 217 (85.16% from 255 or 30.43% from 713); Blue value is 247 (96.88% from 255 or 34.64% from 713); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D9F7 is #062608. Grayscale: #E5E5E5. Windows color (decimal): -402953 or 16243193. OLE color: 16243193.

HSL color Cylindrical-coordinate representation of color #F9D9F7: hue angle of 303.75º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F9D9F7 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 217 247 -
CMYK 0 0.13 0.01 0.02
HSL 303.75º 0.73% 0.91% -
HSV(B) 303.75º 0.13% 0.98% -
XYZ 80.67 76.48 98.51 -
YUV 229.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 249 217 247 0 0.13 0.01 0.02 303.75 0.73 0.91
Hex F9 D9 F7 0 D 1 2 130 49 5B
Octal 371 331 367 0 15 1 2 460 111 133
Binary 11111001 11011001 11110111 0 1101 1 10 100110000 1001001 1011011

Color Harmonies of #F9D9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D9F7

Black with #F9D9F7

Text Example


Text Example

White with #F9D9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D9F7; }

 p { color: rgb(249,217,247); }

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

background-color css

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

 a { background-color: rgb(249,217,247); }

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

border-color css

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

 span { border-color: rgb(249,217,247); }

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