#f9c1fe

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

Shades of Snuff #F9C1FE

Tints of Snuff #F9C1FE

Color information

#F9C1FE (or 0xF9C1FE) is unknown color: approx Snuff. HEX triplet: F9, C1 and FE. RGB value is (249,193,254). Sum of RGB (Red+Green+Blue) = 249+193+254=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 193 (75.78% from 255 or 27.73% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9C1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C1FE is #063E01. Grayscale: #D8D8D8. Windows color (decimal): -409090 or 16695801. OLE color: 16695801.

HSL color Cylindrical-coordinate representation of color #F9C1FE: hue angle of 295.08º 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 #F9C1FE is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB249193254-
CMYK0.020.2400.00
HSL295.08º96.83%87.65%-
HSV(B)295.08º24.02%99.61%-
XYZ76.0365.44102.39-
YUV216.7149.05151.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.78%
GREEN value IS 193 (75.78% from 255) = 27.73%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=35.78%
G=27.73%
B=36.49%

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
Decimal2491932540.020.2400.00295.0896.8387.65
HexF9C1FE218001276158
Octal37130137623000447141130
Binary11111001110000011111111010110000010010011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9c1fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9c1fe; }

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

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

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

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

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

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

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

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