#F9BDFC

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

Shades of Snuff #F9BDFC

Tints of Snuff #F9BDFC

Color information

#F9BDFC (or 0xF9BDFC) is unknown color: approx Snuff. HEX triplet: F9, BD and FC. RGB value is (249,189,252). Sum of RGB (Red+Green+Blue) = 249+189+252=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 189 (74.22% from 255 or 27.39% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9BDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BDFC is #064203. Grayscale: #D5D5D5. Windows color (decimal): -410116 or 16563705. OLE color: 16563705.

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

Color convert

RGB249189252-
CMYK0.010.2500.01
HSL297.14º91.3%86.47%-
HSV(B)297.14º25%98.82%-
XYZ74.8463.56100.42-
YUV214.12149.38152.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.09%
GREEN value IS 189 (74.22% from 255) = 27.39%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=36.09%
G=27.39%
B=36.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491892520.010.2500.01297.1491.386.47
HexF9BDFC119011295b56
Octal37127537413101451133126
Binary1111100110111101111111001110010110010100110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDFC; }

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

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

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

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

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

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

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

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