#FECFF7

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

Shades of Snuff #FECFF7

Tints of Snuff #FECFF7

Color information

#FECFF7 (or 0xFECFF7) is unknown color: approx Snuff. HEX triplet: FE, CF and F7. RGB value is (254,207,247). Sum of RGB (Red+Green+Blue) = 254+207+247=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 207 (81.25% from 255 or 29.24% from 708); Blue value is 247 (96.88% from 255 or 34.89% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF7 is #013008. Grayscale: #E1E1E1. Windows color (decimal): -77833 or 16240638. OLE color: 16240638.

HSL color Cylindrical-coordinate representation of color #FECFF7: hue angle of 308.94º 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 #FECFF7 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB254207247-
CMYK00.190.030.00
HSL308.94º95.92%90.39%-
HSV(B)308.94º18.5%99.61%-
XYZ79.9772.4197.76-
YUV225.61140.07148.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 207 (81.25% from 255) = 29.24%
BLUE value IS 247 (96.88% from 255) = 34.89%
R=35.88%
G=29.24%
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
Decimal25420724700.190.030.00308.9495.9290.39
HexFECFF701330135605a
Octal37631736702330465140132
Binary11111110110011111111011101001111010011010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFF7; }

 p { color: rgb(254,207,247); }

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

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

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

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

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

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

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