#FECEFE

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

Shades of Snuff #FECEFE

Tints of Snuff #FECEFE

Color information

#FECEFE (or 0xFECEFE) is unknown color: approx Snuff. HEX triplet: FE, CE and FE. RGB value is (254,206,254). Sum of RGB (Red+Green+Blue) = 254+206+254=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 206 (80.86% from 255 or 28.85% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FECEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEFE is #013101. Grayscale: #E1E1E1. Windows color (decimal): -78082 or 16699134. OLE color: 16699134.

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

Color convert

RGB254206254-
CMYK00.1900.00
HSL300º96%90.2%-
HSV(B)300º18.9%99.61%-
XYZ80.8372.37103.47-
YUV225.82143.9148.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 206 (80.86% from 255) = 28.85%
BLUE value IS 254 (99.61% from 255) = 35.57%
R=35.57%
G=28.85%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420625400.1900.003009690.2
HexFECEFE0130012c605a
Octal37631637602300454140132
Binary1111111011001110111111100100110010010110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEFE; }

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

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

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

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

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

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

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

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