#FDBFFA

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

Shades of Snuff #FDBFFA

Tints of Snuff #FDBFFA

Color information

#FDBFFA (or 0xFDBFFA) is unknown color: approx Snuff. HEX triplet: FD, BF and FA. RGB value is (253,191,250). Sum of RGB (Red+Green+Blue) = 253+191+250=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 191 (75% from 255 or 27.52% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFFA is #024005. Grayscale: #D8D8D8. Windows color (decimal): -147462 or 16433149. OLE color: 16433149.

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

Color convert

RGB253191250-
CMYK00.250.010.01
HSL302.9º93.94%87.06%-
HSV(B)302.9º24.51%99.22%-
XYZ76.3965.0598.97-
YUV216.26147.04154.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 191 (75% from 255) = 27.52%
BLUE value IS 250 (98.05% from 255) = 36.02%
R=36.46%
G=27.52%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319125000.250.010.01302.993.9487.06
HexFDBFFA0191112f5e57
Octal37527737203111457136127
Binary1111110110111111111110100110011110010111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBFFA; }

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

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

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

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

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

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

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

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