#FECEF5

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

Shades of Snuff #FECEF5

Tints of Snuff #FECEF5

Color information

#FECEF5 (or 0xFECEF5) is unknown color: approx Snuff. HEX triplet: FE, CE and F5. RGB value is (254,206,245). Sum of RGB (Red+Green+Blue) = 254+206+245=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEF5 is #01310A. Grayscale: #E0E0E0. Windows color (decimal): -78091 or 16109310. OLE color: 16109310.

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

Color convert

RGB254206245-
CMYK00.190.040.00
HSL311.25º96%90.2%-
HSV(B)311.25º18.9%99.61%-
XYZ79.4371.8196.06-
YUV224.8139.4148.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 206 (80.86% from 255) = 29.22%
BLUE value IS 245 (96.09% from 255) = 34.75%
R=36.03%
G=29.22%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420624500.190.040.00311.259690.2
HexFECEF501340137605a
Octal37631636502340467140132
Binary111111101100111011110101010011100010011011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEF5; }

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

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

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

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

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

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

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

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