#FECFFE

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

Shades of Snuff #FECFFE

Tints of Snuff #FECFFE

Color information

#FECFFE (or 0xFECFFE) is unknown color: approx Snuff. HEX triplet: FE, CF and FE. RGB value is (254,207,254). Sum of RGB (Red+Green+Blue) = 254+207+254=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 207 (81.25% from 255 or 28.95% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FECFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFFE is #013001. Grayscale: #E2E2E2. Windows color (decimal): -77826 or 16699390. OLE color: 16699390.

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

Color convert

RGB254207254-
CMYK00.1900.00
HSL300º95.92%90.39%-
HSV(B)300º18.5%99.61%-
XYZ81.0872.85103.55-
YUV226.41143.57147.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 207 (81.25% from 255) = 28.95%
BLUE value IS 254 (99.61% from 255) = 35.52%
R=35.52%
G=28.95%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420725400.1900.0030095.9290.39
HexFECFFE0130012c605a
Octal37631737602300454140132
Binary1111111011001111111111100100110010010110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFFE; }

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

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

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

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

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

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

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

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