Html Css Color HEX #F9C6FF Snuff

📋 copy color: '#F9C6FF'

red 249 ◦ green 198 ◦ blue 255

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

Shades of Snuff #F9C6FF

Tints of Snuff #F9C6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.32%

R = 35.47%
G = 28.21%
B = 36.32%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F9C6FF (or 0xF9C6FF) is known color: Snuff. HEX triplet: F9, C6 and FF. RGB value is (249,198,255). Sum of RGB (Red+Green+Blue) = 249+198+255=702 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.47% from 702); Green value is 198 (77.73% from 255 or 28.21% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9C6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C6FF is #063900. Grayscale: #DBDBDB. Windows color (decimal): -407809 or 16762617. OLE color: 16762617.

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

Color convert

RGB 249 198 255 -
CMYK 0.02 0.22 0 0
HSL 293.68º 1% 0.89% -
HSV(B) 293.68º 0.22% 1% -
XYZ 77.31 67.75 103.61 -
YUV 219.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 249 198 255 0.02 0.22 0 0 293.68 1 0.89
Hex F9 C6 FF 2 16 0 0 126 64 59
Octal 371 306 377 2 26 0 0 446 144 131
Binary 11111001 11000110 11111111 10 10110 0 0 100100110 1100100 1011001

Color Harmonies of #F9C6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C6FF

Black with #F9C6FF

Text Example


Text Example

White with #F9C6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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