#F9C7FC

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

Shades of Snuff #F9C7FC

Tints of Snuff #F9C7FC

Color information

#F9C7FC (or 0xF9C7FC) is unknown color: approx Snuff. HEX triplet: F9, C7 and FC. RGB value is (249,199,252). Sum of RGB (Red+Green+Blue) = 249+199+252=700 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.57% from 700); Green value is 199 (78.12% from 255 or 28.43% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9C7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C7FC is #063803. Grayscale: #DBDBDB. Windows color (decimal): -407556 or 16566265. OLE color: 16566265.

HSL color Cylindrical-coordinate representation of color #F9C7FC: hue angle of 296.6º 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 #F9C7FC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249199252-
CMYK0.010.2100.01
HSL296.6º89.83%88.43%-
HSV(B)296.6º21.03%98.82%-
XYZ77.0668.01101.16-
YUV219.99146.06148.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.57%
GREEN value IS 199 (78.12% from 255) = 28.43%
BLUE value IS 252 (98.83% from 255) = 36%
R=35.57%
G=28.43%
B=36%

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
Decimal2491992520.010.2100.01296.689.8388.43
HexF9C7FC115011295a58
Octal37130737412501451132130
Binary1111100111000111111111001101010110010100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C7FC; }

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

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

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

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

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

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

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

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