#F9BFFD

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

Shades of Snuff #F9BFFD

Tints of Snuff #F9BFFD

Color information

#F9BFFD (or 0xF9BFFD) is unknown color: approx Snuff. HEX triplet: F9, BF and FD. RGB value is (249,191,253). Sum of RGB (Red+Green+Blue) = 249+191+253=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 191 (75% from 255 or 27.56% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9BFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFFD is #064002. Grayscale: #D7D7D7. Windows color (decimal): -409603 or 16629753. OLE color: 16629753.

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

Color convert

RGB249191253-
CMYK0.020.2500.01
HSL296.13º93.94%87.06%-
HSV(B)296.13º24.51%99.22%-
XYZ75.4364.49101.4-
YUV215.41149.22151.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.93%
GREEN value IS 191 (75% from 255) = 27.56%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=35.93%
G=27.56%
B=36.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491912530.020.2500.01296.1393.9487.06
HexF9BFFD219011285e57
Octal37127737523101450136127
Binary11111001101111111111110110110010110010100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BFFD; }

 p { color: rgb(249,191,253); }

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

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

 a { background-color: rgb(249,191,253); }

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

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

 span { border-color: rgb(249,191,253); }

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