#FEC9FF

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

Shades of Snuff #FEC9FF

Tints of Snuff #FEC9FF

Color information

#FEC9FF (or 0xFEC9FF) is unknown color: approx Snuff. HEX triplet: FE, C9 and FF. RGB value is (254,201,255). Sum of RGB (Red+Green+Blue) = 254+201+255=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 201 (78.91% from 255 or 28.31% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9FF is #013600. Grayscale: #DEDEDE. Windows color (decimal): -79361 or 16763390. OLE color: 16763390.

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

Color convert

RGB254201255-
CMYK0.000.2100
HSL298.89º100%89.41%-
HSV(B)298.89º21.18%100%-
XYZ79.8170.06103.93-
YUV223146.06150.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.77%
GREEN value IS 201 (78.91% from 255) = 28.31%
BLUE value IS 255 (100% from 255) = 35.92%
R=35.77%
G=28.31%
B=35.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542012550.000.2100298.8910089.41
HexFEC9FF0150012b6459
Octal37631137702500453144131
Binary1111111011001001111111110101010010010101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9FF; }

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

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

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

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

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

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

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

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