#F9C0FA

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

Shades of Snuff #F9C0FA

Tints of Snuff #F9C0FA

Color information

#F9C0FA (or 0xF9C0FA) is unknown color: approx Snuff. HEX triplet: F9, C0 and FA. RGB value is (249,192,250). Sum of RGB (Red+Green+Blue) = 249+192+250=691 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.03% from 691); Green value is 192 (75.39% from 255 or 27.79% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9C0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C0FA is #063F05. Grayscale: #D7D7D7. Windows color (decimal): -409350 or 16433401. OLE color: 16433401.

HSL color Cylindrical-coordinate representation of color #F9C0FA: hue angle of 298.97º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0FA is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249192250-
CMYK0.000.2300.02
HSL298.97º85.29%86.67%-
HSV(B)298.97º23.2%98.04%-
XYZ75.1764.7498.98-
YUV215.65147.38151.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.03%
GREEN value IS 192 (75.39% from 255) = 27.79%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=36.03%
G=27.79%
B=36.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491922500.000.2300.02298.9785.2986.67
HexF9C0FA0170212b5557
Octal37130037202702453125127
Binary11111001110000001111101001011101010010101110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C0FA; }

 p { color: rgb(249,192,250); }

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

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

 a { background-color: rgb(249,192,250); }

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

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

 span { border-color: rgb(249,192,250); }

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