#FECDF5

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

Shades of Snuff #FECDF5

Tints of Snuff #FECDF5

Color information

#FECDF5 (or 0xFECDF5) is unknown color: approx Snuff. HEX triplet: FE, CD and F5. RGB value is (254,205,245). Sum of RGB (Red+Green+Blue) = 254+205+245=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 205 (80.47% from 255 or 29.12% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF5 is #01320A. Grayscale: #E0E0E0. Windows color (decimal): -78347 or 16109054. OLE color: 16109054.

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

Color convert

RGB254205245-
CMYK00.190.040.00
HSL311.02º96.08%90%-
HSV(B)311.02º19.29%99.61%-
XYZ79.1971.3395.98-
YUV224.21139.73149.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 205 (80.47% from 255) = 29.12%
BLUE value IS 245 (96.09% from 255) = 34.80%
R=36.08%
G=29.12%
B=34.80%

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
Decimal25420524500.190.040.00311.0296.0890
HexFECDF501340137605a
Octal37631536502340467140132
Binary111111101100110111110101010011100010011011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDF5; }

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

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

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

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

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

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

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

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