#FECAF5

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

Shades of Snuff #FECAF5

Tints of Snuff #FECAF5

Color information

#FECAF5 (or 0xFECAF5) is unknown color: approx Snuff. HEX triplet: FE, CA and F5. RGB value is (254,202,245). Sum of RGB (Red+Green+Blue) = 254+202+245=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 202 (79.30% from 255 or 28.82% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF5 is #01350A. Grayscale: #DEDEDE. Windows color (decimal): -79115 or 16108286. OLE color: 16108286.

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

Color convert

RGB254202245-
CMYK00.200.040.00
HSL310.38º96.3%89.41%-
HSV(B)310.38º20.47%99.61%-
XYZ78.4869.995.74-
YUV222.45140.73150.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 202 (79.30% from 255) = 28.82%
BLUE value IS 245 (96.09% from 255) = 34.95%
R=36.23%
G=28.82%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420224500.200.040.00310.3896.389.41
HexFECAF5014401366059
Octal37631236502440466140131
Binary111111101100101011110101010100100010011011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAF5; }

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

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

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

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

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

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

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

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