#FDBFFE

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

Shades of Snuff #FDBFFE

Tints of Snuff #FDBFFE

Color information

#FDBFFE (or 0xFDBFFE) is unknown color: approx Snuff. HEX triplet: FD, BF and FE. RGB value is (253,191,254). Sum of RGB (Red+Green+Blue) = 253+191+254=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 191 (75% from 255 or 27.36% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBFFE is #024001. Grayscale: #D8D8D8. Windows color (decimal): -147458 or 16695293. OLE color: 16695293.

HSL color Cylindrical-coordinate representation of color #FDBFFE: hue angle of 299.05º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBFFE is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB253191254-
CMYK0.000.2500.00
HSL299.05º96.92%87.25%-
HSV(B)299.05º24.8%99.61%-
XYZ77.0365.3102.31-
YUV216.72149.04153.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.25%
GREEN value IS 191 (75% from 255) = 27.36%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=36.25%
G=27.36%
B=36.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531912540.000.2500.00299.0596.9287.25
HexFDBFFE0190012b6157
Octal37527737603100453141127
Binary1111110110111111111111100110010010010101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBFFE; }

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

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

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

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

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

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

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

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