Html Css Color HEX #F6C9FA Snuff

📋 copy color: '#F6C9FA'

red 246 ◦ green 201 ◦ blue 250

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

Shades of Snuff #F6C9FA

Tints of Snuff #F6C9FA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 28.84%

 BLUE value IS 250 (98.05% from 255) = 35.87%

R = 35.29%
G = 28.84%
B = 35.87%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F6C9FA (or 0xF6C9FA) is known color: Snuff. HEX triplet: F6, C9 and FA. RGB value is (246,201,250). Sum of RGB (Red+Green+Blue) = 246+201+250=697 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.29% from 697); Green value is 201 (78.91% from 255 or 28.84% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6C9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C9FA is #093605. Grayscale: #DBDBDB. Windows color (decimal): -603654 or 16435702. OLE color: 16435702.

HSL color Cylindrical-coordinate representation of color #F6C9FA: hue angle of 295.1º degrees, saturation: 0.83, 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 #F6C9FA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 246 201 250 -
CMYK 0.02 0.20 0 0.02
HSL 295.1º 0.83% 0.88% -
HSV(B) 295.1º 0.2% 0.98% -
XYZ 76.15 68.27 99.61 -
YUV 220.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 246 201 250 0.02 0.20 0 0.02 295.1 0.83 0.88
Hex F6 C9 FA 2 14 0 2 127 53 58
Octal 366 311 372 2 24 0 2 447 123 130
Binary 11110110 11001001 11111010 10 10100 0 10 100100111 1010011 1011000

Color Harmonies of #F6C9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C9FA

Black with #F6C9FA

Text Example


Text Example

White with #F6C9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C9FA; }

 p { color: rgb(246,201,250); }

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

background-color css

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

 a { background-color: rgb(246,201,250); }

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

border-color css

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

 span { border-color: rgb(246,201,250); }

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