Html Css Color HEX #F9D9F2 Snuff

📋 copy color: '#F9D9F2'

red 249 ◦ green 217 ◦ blue 242

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

Shades of Snuff #F9D9F2

Tints of Snuff #F9D9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.18%

R = 35.17%
G = 30.65%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F9D9F2 (or 0xF9D9F2) is known color: Snuff. HEX triplet: F9, D9 and F2. RGB value is (249,217,242). Sum of RGB (Red+Green+Blue) = 249+217+242=708 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.17% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D9F2 is #06260D. Grayscale: #E5E5E5. Windows color (decimal): -402958 or 15915513. OLE color: 15915513.

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

Color convert

RGB 249 217 242 -
CMYK 0 0.13 0.03 0.02
HSL 313.13º 0.73% 0.91% -
HSV(B) 313.13º 0.13% 0.98% -
XYZ 79.91 76.18 94.5 -
YUV 229.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 249 217 242 0 0.13 0.03 0.02 313.13 0.73 0.91
Hex F9 D9 F2 0 D 3 2 139 49 5B
Octal 371 331 362 0 15 3 2 471 111 133
Binary 11111001 11011001 11110010 0 1101 11 10 100111001 1001001 1011011

Color Harmonies of #F9D9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D9F2

Black with #F9D9F2

Text Example


Text Example

White with #F9D9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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