#FECEF6

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

Shades of Snuff #FECEF6

Tints of Snuff #FECEF6

Color information

#FECEF6 (or 0xFECEF6) is unknown color: approx Snuff. HEX triplet: FE, CE and F6. RGB value is (254,206,246). Sum of RGB (Red+Green+Blue) = 254+206+246=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 206 (80.86% from 255 or 29.18% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEF6 is #013109. Grayscale: #E0E0E0. Windows color (decimal): -78090 or 16174846. OLE color: 16174846.

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

Color convert

RGB254206246-
CMYK00.190.030.00
HSL310º96%90.2%-
HSV(B)310º18.9%99.61%-
XYZ79.5871.8796.87-
YUV224.91139.9148.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.98%
GREEN value IS 206 (80.86% from 255) = 29.18%
BLUE value IS 246 (96.48% from 255) = 34.84%
R=35.98%
G=29.18%
B=34.84%

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
Decimal25420624600.190.030.003109690.2
HexFECEF601330136605a
Octal37631636602330466140132
Binary11111110110011101111011001001111010011011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEF6; }

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

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

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

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

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

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

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

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