#FECFF6

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

Shades of Snuff #FECFF6

Tints of Snuff #FECFF6

Color information

#FECFF6 (or 0xFECFF6) is unknown color: approx Snuff. HEX triplet: FE, CF and F6. RGB value is (254,207,246). Sum of RGB (Red+Green+Blue) = 254+207+246=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFF6 is #013009. Grayscale: #E1E1E1. Windows color (decimal): -77834 or 16175102. OLE color: 16175102.

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

Color convert

RGB254207246-
CMYK00.190.030.00
HSL310.21º95.92%90.39%-
HSV(B)310.21º18.5%99.61%-
XYZ79.8272.3596.95-
YUV225.5139.57148.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 207 (81.25% from 255) = 29.28%
BLUE value IS 246 (96.48% from 255) = 34.79%
R=35.93%
G=29.28%
B=34.79%

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
Decimal25420724600.190.030.00310.2195.9290.39
HexFECFF601330136605a
Octal37631736602330466140132
Binary11111110110011111111011001001111010011011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFF6; }

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

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

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

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

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

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

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

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