Html Css Color HEX #F6C2F9 Snuff

📋 copy color: '#F6C2F9'

red 246 ◦ green 194 ◦ blue 249

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

Shades of Snuff #F6C2F9

Tints of Snuff #F6C2F9

RGB

 RED value IS 246 (96.48% from 255) = 35.7%

 GREEN value IS 194 (76.17% from 255) = 28.16%

 BLUE value IS 249 (97.66% from 255) = 36.14%

R = 35.7%
G = 28.16%
B = 36.14%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F6C2F9 (or 0xF6C2F9) is known color: Snuff. HEX triplet: F6, C2 and F9. RGB value is (246,194,249). Sum of RGB (Red+Green+Blue) = 246+194+249=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 194 (76.17% from 255 or 28.16% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #F6C2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C2F9 is #093D06. Grayscale: #D7D7D7. Windows color (decimal): -605447 or 16368374. OLE color: 16368374.

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

Color convert

RGB 246 194 249 -
CMYK 0.01 0.22 0 0.02
HSL 296.73º 0.82% 0.87% -
HSV(B) 296.73º 0.22% 0.98% -
XYZ 74.4 65.02 98.25 -
YUV 215.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 246 194 249 0.01 0.22 0 0.02 296.73 0.82 0.87
Hex F6 C2 F9 1 16 0 2 129 52 57
Octal 366 302 371 1 26 0 2 451 122 127
Binary 11110110 11000010 11111001 1 10110 0 10 100101001 1010010 1010111

Color Harmonies of #F6C2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2F9

Black with #F6C2F9

Text Example


Text Example

White with #F6C2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2F9; }

 p { color: rgb(246,194,249); }

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

background-color css

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

 a { background-color: rgb(246,194,249); }

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

border-color css

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

 span { border-color: rgb(246,194,249); }

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