#FECEF8

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

Shades of Snuff #FECEF8

Tints of Snuff #FECEF8

Color information

#FECEF8 (or 0xFECEF8) is unknown color: approx Snuff. HEX triplet: FE, CE and F8. RGB value is (254,206,248). Sum of RGB (Red+Green+Blue) = 254+206+248=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 206 (80.86% from 255 or 29.10% from 708); Blue value is 248 (97.27% from 255 or 35.03% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEF8 is #013107. Grayscale: #E1E1E1. Windows color (decimal): -78088 or 16305918. OLE color: 16305918.

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

Color convert

RGB254206248-
CMYK00.190.020.00
HSL307.5º96%90.2%-
HSV(B)307.5º18.9%99.61%-
XYZ79.8971.9998.49-
YUV225.14140.9148.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 206 (80.86% from 255) = 29.10%
BLUE value IS 248 (97.27% from 255) = 35.03%
R=35.88%
G=29.10%
B=35.03%

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
Decimal25420624800.190.020.00307.59690.2
HexFECEF801320134605a
Octal37631637002320464140132
Binary11111110110011101111100001001110010011010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEF8; }

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

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

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

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

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

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

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

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