#FEC7FE

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

Shades of Snuff #FEC7FE

Tints of Snuff #FEC7FE

Color information

#FEC7FE (or 0xFEC7FE) is unknown color: approx Snuff. HEX triplet: FE, C7 and FE. RGB value is (254,199,254). Sum of RGB (Red+Green+Blue) = 254+199+254=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 199 (78.12% from 255 or 28.15% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7FE is #013801. Grayscale: #DDDDDD. Windows color (decimal): -79874 or 16697342. OLE color: 16697342.

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

Color convert

RGB254199254-
CMYK00.2200.00
HSL300º96.49%88.82%-
HSV(B)300º21.65%99.61%-
XYZ79.1969.07102.92-
YUV221.71146.22151.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 199 (78.12% from 255) = 28.15%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=35.93%
G=28.15%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419925400.2200.0030096.4988.82
HexFEC7FE0160012c6059
Octal37630737602600454140131
Binary1111111011000111111111100101100010010110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7FE; }

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

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

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

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

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

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

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

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