#F9C6FE

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

Shades of Snuff #F9C6FE

Tints of Snuff #F9C6FE

Color information

#F9C6FE (or 0xF9C6FE) is unknown color: approx Snuff. HEX triplet: F9, C6 and FE. RGB value is (249,198,254). Sum of RGB (Red+Green+Blue) = 249+198+254=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 198 (77.73% from 255 or 28.25% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9C6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C6FE is #063901. Grayscale: #DBDBDB. Windows color (decimal): -407810 or 16697081. OLE color: 16697081.

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

Color convert

RGB249198254-
CMYK0.020.2200.00
HSL294.64º96.55%88.63%-
HSV(B)294.64º22.05%99.61%-
XYZ77.1567.68102.76-
YUV219.63147.4148.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.52%
GREEN value IS 198 (77.73% from 255) = 28.25%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=35.52%
G=28.25%
B=36.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491982540.020.2200.00294.6496.5588.63
HexF9C6FE216001276159
Octal37130637622600447141131
Binary11111001110001101111111010101100010010011111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C6FE; }

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

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

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

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

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

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

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

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