#FECAF8

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

Shades of Snuff #FECAF8

Tints of Snuff #FECAF8

Color information

#FECAF8 (or 0xFECAF8) is unknown color: approx Snuff. HEX triplet: FE, CA and F8. RGB value is (254,202,248). Sum of RGB (Red+Green+Blue) = 254+202+248=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 202 (79.30% from 255 or 28.69% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF8 is #013507. Grayscale: #DEDEDE. Windows color (decimal): -79112 or 16304894. OLE color: 16304894.

HSL color Cylindrical-coordinate representation of color #FECAF8: hue angle of 306.92º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECAF8 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254202248-
CMYK00.200.020.00
HSL306.92º96.3%89.41%-
HSV(B)306.92º20.47%99.61%-
XYZ78.9470.0998.18-
YUV222.79142.23150.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 202 (79.30% from 255) = 28.69%
BLUE value IS 248 (97.27% from 255) = 35.23%
R=36.08%
G=28.69%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420224800.200.020.00306.9296.389.41
HexFECAF8014201336059
Octal37631237002420463140131
Binary11111110110010101111100001010010010011001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAF8; }

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

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

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

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

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

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

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

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