#F9BDFA

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

Shades of Snuff #F9BDFA

Tints of Snuff #F9BDFA

Color information

#F9BDFA (or 0xF9BDFA) is unknown color: approx Snuff. HEX triplet: F9, BD and FA. RGB value is (249,189,250). Sum of RGB (Red+Green+Blue) = 249+189+250=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 189 (74.22% from 255 or 27.47% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9BDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDFA is #064205. Grayscale: #D5D5D5. Windows color (decimal): -410118 or 16432633. OLE color: 16432633.

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

Color convert

RGB249189250-
CMYK0.000.2400.02
HSL299.02º85.92%86.08%-
HSV(B)299.02º24.4%98.04%-
XYZ74.5263.4498.76-
YUV213.89148.38153.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.19%
GREEN value IS 189 (74.22% from 255) = 27.47%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=36.19%
G=27.47%
B=36.34%

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
Decimal2491892500.000.2400.02299.0285.9286.08
HexF9BDFA0180212b5656
Octal37127537203002453126126
Binary11111001101111011111101001100001010010101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDFA; }

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

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

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

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

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

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

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

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