#FFBFFE

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

Shades of Snuff #FFBFFE

Tints of Snuff #FFBFFE

Color information

#FFBFFE (or 0xFFBFFE) is unknown color: approx Snuff. HEX triplet: FF, BF and FE. RGB value is (255,191,254). Sum of RGB (Red+Green+Blue) = 255+191+254=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 191 (75% from 255 or 27.29% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFFE is #004001. Grayscale: #D9D9D9. Windows color (decimal): -16386 or 16695295. OLE color: 16695295.

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

Color convert

RGB255191254-
CMYK00.250.000
HSL300.94º100%87.45%-
HSV(B)300.94º25.1%100%-
XYZ77.7665.68102.34-
YUV217.32148.7154.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.43%
GREEN value IS 191 (75% from 255) = 27.29%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=36.43%
G=27.29%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519125400.250.000300.9410087.45
HexFFBFFE0190012d6457
Octal37727737603100455144127
Binary1111111110111111111111100110010010010110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBFFE; }

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

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

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

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

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

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

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

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