#F9C6FC

Color #F9C6FC Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #F9C6FC

Tints of Snuff #F9C6FC

Color information

#F9C6FC (or 0xF9C6FC) is unknown color: approx Snuff. HEX triplet: F9, C6 and FC. RGB value is (249,198,252). Sum of RGB (Red+Green+Blue) = 249+198+252=699 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.62% from 699); Green value is 198 (77.73% from 255 or 28.33% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9C6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C6FC is #063903. Grayscale: #DBDBDB. Windows color (decimal): -407812 or 16566009. OLE color: 16566009.

HSL color Cylindrical-coordinate representation of color #F9C6FC: hue angle of 296.67º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C6FC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249198252-
CMYK0.010.2100.01
HSL296.67º90%88.24%-
HSV(B)296.67º21.43%98.82%-
XYZ76.8367.56101.09-
YUV219.4146.4149.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.62%
GREEN value IS 198 (77.73% from 255) = 28.33%
BLUE value IS 252 (98.83% from 255) = 36.05%
R=35.62%
G=28.33%
B=36.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491982520.010.2100.01296.679088.24
HexF9C6FC115011295a58
Octal37130637412501451132130
Binary1111100111000110111111001101010110010100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C6FC; }

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

 H1.HeaderClassName
 {
   color: #F9C6FC;
 }
 .AnyTagClassName
 {
   color: #F9C6FC;
 }
</style>
background-color css

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

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

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

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

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

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