#F9BEFA

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

Shades of Snuff #F9BEFA

Tints of Snuff #F9BEFA

Color information

#F9BEFA (or 0xF9BEFA) is unknown color: approx Snuff. HEX triplet: F9, BE and FA. RGB value is (249,190,250). Sum of RGB (Red+Green+Blue) = 249+190+250=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 190 (74.61% from 255 or 27.58% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9BEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BEFA is #064105. Grayscale: #D6D6D6. Windows color (decimal): -409862 or 16432889. OLE color: 16432889.

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

Color convert

RGB249190250-
CMYK0.000.2400.02
HSL299º85.71%86.27%-
HSV(B)299º24%98.04%-
XYZ74.7463.8798.83-
YUV214.48148.05152.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.14%
GREEN value IS 190 (74.61% from 255) = 27.58%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=36.14%
G=27.58%
B=36.28%

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
Decimal2491902500.000.2400.0229985.7186.27
HexF9BEFA0180212b5656
Octal37127637203002453126126
Binary11111001101111101111101001100001010010101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BEFA; }

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

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

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

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

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

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

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

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