#F9C5FA

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

Shades of Snuff #F9C5FA

Tints of Snuff #F9C5FA

Color information

#F9C5FA (or 0xF9C5FA) is unknown color: approx Snuff. HEX triplet: F9, C5 and FA. RGB value is (249,197,250). Sum of RGB (Red+Green+Blue) = 249+197+250=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 197 (77.34% from 255 or 28.30% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C5FA is #063A05. Grayscale: #DADADA. Windows color (decimal): -408070 or 16434681. OLE color: 16434681.

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

Color convert

RGB249197250-
CMYK0.000.2100.02
HSL298.87º84.13%87.65%-
HSV(B)298.87º21.2%98.04%-
XYZ76.2966.9799.35-
YUV218.59145.73149.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.78%
GREEN value IS 197 (77.34% from 255) = 28.30%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=35.78%
G=28.30%
B=35.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491972500.000.2100.02298.8784.1387.65
HexF9C5FA0150212b5458
Octal37130537202502453124130
Binary11111001110001011111101001010101010010101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C5FA; }

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

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

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

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

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

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

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

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