#FEC0FF

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

Shades of Snuff #FEC0FF

Tints of Snuff #FEC0FF

Color information

#FEC0FF (or 0xFEC0FF) is unknown color: approx Snuff. HEX triplet: FE, C0 and FF. RGB value is (254,192,255). Sum of RGB (Red+Green+Blue) = 254+192+255=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 192 (75.39% from 255 or 27.39% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0FF is #013F00. Grayscale: #D9D9D9. Windows color (decimal): -81665 or 16761086. OLE color: 16761086.

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

Color convert

RGB254192255-
CMYK0.000.2500
HSL299.05º100%87.65%-
HSV(B)299.05º24.71%100%-
XYZ77.7765.99103.25-
YUV217.72149.04153.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 192 (75.39% from 255) = 27.39%
BLUE value IS 255 (100% from 255) = 36.38%
R=36.23%
G=27.39%
B=36.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541922550.000.2500299.0510087.65
HexFEC0FF0190012b6458
Octal37630037703100453144130
Binary1111111011000000111111110110010010010101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0FF; }

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

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

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

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

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

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

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

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