#F9BCFB

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

Shades of Snuff #F9BCFB

Tints of Snuff #F9BCFB

Color information

#F9BCFB (or 0xF9BCFB) is unknown color: approx Snuff. HEX triplet: F9, BC and FB. RGB value is (249,188,251). Sum of RGB (Red+Green+Blue) = 249+188+251=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 188 (73.83% from 255 or 27.33% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BCFB is #064304. Grayscale: #D5D5D5. Windows color (decimal): -410373 or 16497913. OLE color: 16497913.

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

Color convert

RGB249188251-
CMYK0.010.2500.02
HSL298.1º88.73%86.08%-
HSV(B)298.1º25.1%98.43%-
XYZ74.4663.0799.52-
YUV213.42149.21153.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.19%
GREEN value IS 188 (73.83% from 255) = 27.33%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=36.19%
G=27.33%
B=36.48%

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
Decimal2491882510.010.2500.02298.188.7386.08
HexF9BCFB1190212a5956
Octal37127437313102452131126
Binary11111001101111001111101111100101010010101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCFB; }

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

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

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

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

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

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

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

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