#FEBEFF

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

Shades of Snuff #FEBEFF

Tints of Snuff #FEBEFF

Color information

#FEBEFF (or 0xFEBEFF) is unknown color: approx Snuff. HEX triplet: FE, BE and FF. RGB value is (254,190,255). Sum of RGB (Red+Green+Blue) = 254+190+255=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 190 (74.61% from 255 or 27.18% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEBEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBEFF is #014100. Grayscale: #D8D8D8. Windows color (decimal): -82177 or 16760574. OLE color: 16760574.

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

Color convert

RGB254190255-
CMYK0.000.2500
HSL299.08º100%87.25%-
HSV(B)299.08º25.49%100%-
XYZ77.3465.12103.1-
YUV216.55149.7154.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 190 (74.61% from 255) = 27.18%
BLUE value IS 255 (100% from 255) = 36.48%
R=36.34%
G=27.18%
B=36.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541902550.000.2500299.0810087.25
HexFEBEFF0190012b6457
Octal37627637703100453144127
Binary1111111010111110111111110110010010010101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEFF; }

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

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

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

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

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

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

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

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