#F9BFFA

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

Shades of Snuff #F9BFFA

Tints of Snuff #F9BFFA

Color information

#F9BFFA (or 0xF9BFFA) is unknown color: approx Snuff. HEX triplet: F9, BF and FA. RGB value is (249,191,250). Sum of RGB (Red+Green+Blue) = 249+191+250=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 191 (75% from 255 or 27.68% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFFA is #064005. Grayscale: #D6D6D6. Windows color (decimal): -409606 or 16433145. OLE color: 16433145.

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

Color convert

RGB249191250-
CMYK0.000.2400.02
HSL298.98º85.51%86.47%-
HSV(B)298.98º23.6%98.04%-
XYZ74.9564.398.9-
YUV215.07147.72152.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.09%
GREEN value IS 191 (75% from 255) = 27.68%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=36.09%
G=27.68%
B=36.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491912500.000.2400.02298.9885.5186.47
HexF9BFFA0180212b5656
Octal37127737203002453126126
Binary11111001101111111111101001100001010010101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BFFA; }

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

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

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

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

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

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

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

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