#FECDFF

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

Shades of Snuff #FECDFF

Tints of Snuff #FECDFF

Color information

#FECDFF (or 0xFECDFF) is unknown color: approx Snuff. HEX triplet: FE, CD and FF. RGB value is (254,205,255). Sum of RGB (Red+Green+Blue) = 254+205+255=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 205 (80.47% from 255 or 28.71% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #FECDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDFF is #013200. Grayscale: #E1E1E1. Windows color (decimal): -78337 or 16764414. OLE color: 16764414.

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

Color convert

RGB254205255-
CMYK0.000.2000
HSL298.8º100%90.2%-
HSV(B)298.8º19.61%100%-
XYZ80.7571.95104.24-
YUV225.35144.73148.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 205 (80.47% from 255) = 28.71%
BLUE value IS 255 (100% from 255) = 35.71%
R=35.57%
G=28.71%
B=35.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542052550.000.2000298.810090.2
HexFECDFF0140012b645a
Octal37631537702400453144132
Binary1111111011001101111111110101000010010101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDFF; }

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

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

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

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

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

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

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

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