#F9C9FC

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

Shades of Snuff #F9C9FC

Tints of Snuff #F9C9FC

Color information

#F9C9FC (or 0xF9C9FC) is unknown color: approx Snuff. HEX triplet: F9, C9 and FC. RGB value is (249,201,252). Sum of RGB (Red+Green+Blue) = 249+201+252=702 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.47% from 702); Green value is 201 (78.91% from 255 or 28.63% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9C9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C9FC is #063603. Grayscale: #DDDDDD. Windows color (decimal): -407044 or 16566777. OLE color: 16566777.

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

Color convert

RGB249201252-
CMYK0.010.2000.01
HSL296.47º89.47%88.82%-
HSV(B)296.47º20.24%98.82%-
XYZ77.5268.94101.32-
YUV221.17145.4147.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.47%
GREEN value IS 201 (78.91% from 255) = 28.63%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=35.47%
G=28.63%
B=35.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492012520.010.2000.01296.4789.4788.82
HexF9C9FC114011285959
Octal37131137412401450131131
Binary1111100111001001111111001101000110010100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C9FC; }

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

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

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

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

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

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

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

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