#FECCF6

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

Shades of Snuff #FECCF6

Tints of Snuff #FECCF6

Color information

#FECCF6 (or 0xFECCF6) is unknown color: approx Snuff. HEX triplet: FE, CC and F6. RGB value is (254,204,246). Sum of RGB (Red+Green+Blue) = 254+204+246=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 204 (80.08% from 255 or 28.98% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF6 is #013309. Grayscale: #DFDFDF. Windows color (decimal): -78602 or 16174334. OLE color: 16174334.

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

Color convert

RGB254204246-
CMYK00.200.030.00
HSL309.6º96.15%89.8%-
HSV(B)309.6º19.69%99.61%-
XYZ79.170.9196.71-
YUV223.74140.56149.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 204 (80.08% from 255) = 28.98%
BLUE value IS 246 (96.48% from 255) = 34.94%
R=36.08%
G=28.98%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420424600.200.030.00309.696.1589.8
HexFECCF601430136605a
Octal37631436602430466140132
Binary11111110110011001111011001010011010011011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCF6; }

 p { color: rgb(254,204,246); }

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

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

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

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

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

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

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