Html Css Color HEX #F9C6F3 Snuff

📋 copy color: '#F9C6F3'

red 249 ◦ green 198 ◦ blue 243

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

Shades of Snuff #F9C6F3

Tints of Snuff #F9C6F3

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.7%

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

R = 36.09%
G = 28.7%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F9C6F3 (or 0xF9C6F3) is known color: Snuff. HEX triplet: F9, C6 and F3. RGB value is (249,198,243). Sum of RGB (Red+Green+Blue) = 249+198+243=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 198 (77.73% from 255 or 28.70% from 690); Blue value is 243 (95.31% from 255 or 35.22% from 690); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C6F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C6F3 is #06390C. Grayscale: #DADADA. Windows color (decimal): -407821 or 15976185. OLE color: 15976185.

HSL color Cylindrical-coordinate representation of color #F9C6F3: hue angle of 307.06º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C6F3 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 198 243 -
CMYK 0 0.20 0.02 0.02
HSL 307.06º 0.81% 0.88% -
HSV(B) 307.06º 0.2% 0.98% -
XYZ 75.44 67 93.75 -
YUV 218.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 249 198 243 0 0.20 0.02 0.02 307.06 0.81 0.88
Hex F9 C6 F3 0 14 2 2 133 51 58
Octal 371 306 363 0 24 2 2 463 121 130
Binary 11111001 11000110 11110011 0 10100 10 10 100110011 1010001 1011000

Color Harmonies of #F9C6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C6F3

Black with #F9C6F3

Text Example


Text Example

White with #F9C6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C6F3; }

 p { color: rgb(249,198,243); }

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

background-color css

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

 a { background-color: rgb(249,198,243); }

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

border-color css

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

 span { border-color: rgb(249,198,243); }

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