#FDBFF9

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

Shades of Snuff #FDBFF9

Tints of Snuff #FDBFF9

Color information

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

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

Color convert

RGB253191249-
CMYK00.250.020.01
HSL303.87º93.94%87.06%-
HSV(B)303.87º24.51%99.22%-
XYZ76.2464.9898.15-
YUV216.15146.54154.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319124900.250.020.01303.8793.9487.06
HexFDBFF9019211305e57
Octal37527737103121460136127
Binary11111101101111111111100101100110110011000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBFF9; }

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

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

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

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

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

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

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

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