#FEC6FF

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

Shades of Snuff #FEC6FF

Tints of Snuff #FEC6FF

Color information

#FEC6FF (or 0xFEC6FF) is unknown color: approx Snuff. HEX triplet: FE, C6 and FF. RGB value is (254,198,255). Sum of RGB (Red+Green+Blue) = 254+198+255=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 198 (77.73% from 255 or 28.01% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6FF is #013900. Grayscale: #DDDDDD. Windows color (decimal): -80129 or 16762622. OLE color: 16762622.

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

Color convert

RGB254198255-
CMYK0.000.2200
HSL298.95º100%88.82%-
HSV(B)298.95º22.35%100%-
XYZ79.1268.68103.69-
YUV221.24147.05151.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 198 (77.73% from 255) = 28.01%
BLUE value IS 255 (100% from 255) = 36.07%
R=35.93%
G=28.01%
B=36.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541982550.000.2200298.9510088.82
HexFEC6FF0160012b6459
Octal37630637702600453144131
Binary1111111011000110111111110101100010010101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC6FF; }

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

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

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

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

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

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

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

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