#F9C2FE

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

Shades of Snuff #F9C2FE

Tints of Snuff #F9C2FE

Color information

#F9C2FE (or 0xF9C2FE) is unknown color: approx Snuff. HEX triplet: F9, C2 and FE. RGB value is (249,194,254). Sum of RGB (Red+Green+Blue) = 249+194+254=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 194 (76.17% from 255 or 27.83% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C2FE is #063D01. Grayscale: #D9D9D9. Windows color (decimal): -408834 or 16696057. OLE color: 16696057.

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

Color convert

RGB249194254-
CMYK0.020.2400.00
HSL295º96.77%87.84%-
HSV(B)295º23.62%99.61%-
XYZ76.2565.88102.46-
YUV217.28148.72150.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.72%
GREEN value IS 194 (76.17% from 255) = 27.83%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=35.72%
G=27.83%
B=36.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491942540.020.2400.0029596.7787.84
HexF9C2FE218001276158
Octal37130237623000447141130
Binary11111001110000101111111010110000010010011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C2FE; }

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

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

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

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

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

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

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

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