Html Css Color HEX #F9D4F5 Snuff

📋 copy color: '#F9D4F5'

red 249 ◦ green 212 ◦ blue 245

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

Shades of Snuff #F9D4F5

Tints of Snuff #F9D4F5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.03%

 BLUE value IS 245 (96.09% from 255) = 34.7%

R = 35.27%
G = 30.03%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F9D4F5 (or 0xF9D4F5) is known color: Snuff. HEX triplet: F9, D4 and F5. RGB value is (249,212,245). Sum of RGB (Red+Green+Blue) = 249+212+245=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 212 (83.20% from 255 or 30.03% from 706); Blue value is 245 (96.09% from 255 or 34.70% from 706); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D4F5 is #062B0A. Grayscale: #E2E2E2. Windows color (decimal): -404235 or 16110841. OLE color: 16110841.

HSL color Cylindrical-coordinate representation of color #F9D4F5: hue angle of 306.49º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F9D4F5 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 212 245 -
CMYK 0 0.15 0.02 0.02
HSL 306.49º 0.76% 0.9% -
HSV(B) 306.49º 0.15% 0.98% -
XYZ 79.09 73.82 96.47 -
YUV 226.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 249 212 245 0 0.15 0.02 0.02 306.49 0.76 0.9
Hex F9 D4 F5 0 F 2 2 132 4C 5A
Octal 371 324 365 0 17 2 2 462 114 132
Binary 11111001 11010100 11110101 0 1111 10 10 100110010 1001100 1011010

Color Harmonies of #F9D4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D4F5

Black with #F9D4F5

Text Example


Text Example

White with #F9D4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D4F5; }

 p { color: rgb(249,212,245); }

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

background-color css

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

 a { background-color: rgb(249,212,245); }

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

border-color css

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

 span { border-color: rgb(249,212,245); }

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