#FECFF9

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

Shades of Snuff #FECFF9

Tints of Snuff #FECFF9

Color information

#FECFF9 (or 0xFECFF9) is unknown color: approx Snuff. HEX triplet: FE, CF and F9. RGB value is (254,207,249). Sum of RGB (Red+Green+Blue) = 254+207+249=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 207 (81.25% from 255 or 29.15% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF9 is #013006. Grayscale: #E1E1E1. Windows color (decimal): -77831 or 16371710. OLE color: 16371710.

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

Color convert

RGB254207249-
CMYK00.190.020.00
HSL306.38º95.92%90.39%-
HSV(B)306.38º18.5%99.61%-
XYZ80.2872.5499.39-
YUV225.84141.07148.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.77%
GREEN value IS 207 (81.25% from 255) = 29.15%
BLUE value IS 249 (97.66% from 255) = 35.07%
R=35.77%
G=29.15%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420724900.190.020.00306.3895.9290.39
HexFECFF901320132605a
Octal37631737102320462140132
Binary11111110110011111111100101001110010011001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFF9; }

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

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

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

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

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

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

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

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