#FEBFFE

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

Shades of Snuff #FEBFFE

Tints of Snuff #FEBFFE

Color information

#FEBFFE (or 0xFEBFFE) is unknown color: approx Snuff. HEX triplet: FE, BF and FE. RGB value is (254,191,254). Sum of RGB (Red+Green+Blue) = 254+191+254=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 191 (75% from 255 or 27.32% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFFE is #014001. Grayscale: #D8D8D8. Windows color (decimal): -81922 or 16695294. OLE color: 16695294.

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

Color convert

RGB254191254-
CMYK00.2500.00
HSL300º96.92%87.25%-
HSV(B)300º24.8%99.61%-
XYZ77.3965.49102.33-
YUV217.02148.87154.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 191 (75% from 255) = 27.32%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=36.34%
G=27.32%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419125400.2500.0030096.9287.25
HexFEBFFE0190012c6157
Octal37627737603100454141127
Binary1111111010111111111111100110010010010110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFFE; }

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

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

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

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

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

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

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

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