#F9BDFB

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

Shades of Snuff #F9BDFB

Tints of Snuff #F9BDFB

Color information

#F9BDFB (or 0xF9BDFB) is unknown color: approx Snuff. HEX triplet: F9, BD and FB. RGB value is (249,189,251). Sum of RGB (Red+Green+Blue) = 249+189+251=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 189 (74.22% from 255 or 27.43% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDFB is #064204. Grayscale: #D5D5D5. Windows color (decimal): -410117 or 16498169. OLE color: 16498169.

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

Color convert

RGB249189251-
CMYK0.010.2500.02
HSL298.06º88.57%86.27%-
HSV(B)298.06º24.7%98.43%-
XYZ74.6863.599.59-
YUV214.01148.88152.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.14%
GREEN value IS 189 (74.22% from 255) = 27.43%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=36.14%
G=27.43%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491892510.010.2500.02298.0688.5786.27
HexF9BDFB1190212a5956
Octal37127537313102452131126
Binary11111001101111011111101111100101010010101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDFB; }

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

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

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

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

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

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

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

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