#FECDF6

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

Shades of Snuff #FECDF6

Tints of Snuff #FECDF6

Color information

#FECDF6 (or 0xFECDF6) is unknown color: approx Snuff. HEX triplet: FE, CD and F6. RGB value is (254,205,246). Sum of RGB (Red+Green+Blue) = 254+205+246=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 205 (80.47% from 255 or 29.08% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF6 is #013209. Grayscale: #E0E0E0. Windows color (decimal): -78346 or 16174590. OLE color: 16174590.

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

Color convert

RGB254205246-
CMYK00.190.030.00
HSL309.8º96.08%90%-
HSV(B)309.8º19.29%99.61%-
XYZ79.3471.3996.79-
YUV224.32140.23149.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 205 (80.47% from 255) = 29.08%
BLUE value IS 246 (96.48% from 255) = 34.89%
R=36.03%
G=29.08%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420524600.190.030.00309.896.0890
HexFECDF601330136605a
Octal37631536602330466140132
Binary11111110110011011111011001001111010011011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDF6; }

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

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

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

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

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

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

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

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