#FECDFE

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

Shades of Snuff #FECDFE

Tints of Snuff #FECDFE

Color information

#FECDFE (or 0xFECDFE) is unknown color: approx Snuff. HEX triplet: FE, CD and FE. RGB value is (254,205,254). Sum of RGB (Red+Green+Blue) = 254+205+254=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 205 (80.47% from 255 or 28.75% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FECDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDFE is #013201. Grayscale: #E1E1E1. Windows color (decimal): -78338 or 16698878. OLE color: 16698878.

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

Color convert

RGB254205254-
CMYK00.1900.00
HSL300º96.08%90%-
HSV(B)300º19.29%99.61%-
XYZ80.5971.89103.39-
YUV225.24144.23148.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 205 (80.47% from 255) = 28.75%
BLUE value IS 254 (99.61% from 255) = 35.62%
R=35.62%
G=28.75%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420525400.1900.0030096.0890
HexFECDFE0130012c605a
Octal37631537602300454140132
Binary1111111011001101111111100100110010010110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDFE; }

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

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

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

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

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

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

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

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