#FECAF9

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

Shades of Snuff #FECAF9

Tints of Snuff #FECAF9

Color information

#FECAF9 (or 0xFECAF9) is unknown color: approx Snuff. HEX triplet: FE, CA and F9. RGB value is (254,202,249). Sum of RGB (Red+Green+Blue) = 254+202+249=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 202 (79.30% from 255 or 28.65% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF9 is #013506. Grayscale: #DEDEDE. Windows color (decimal): -79111 or 16370430. OLE color: 16370430.

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

Color convert

RGB254202249-
CMYK00.200.020.00
HSL305.77º96.3%89.41%-
HSV(B)305.77º20.47%99.61%-
XYZ79.0970.1598.99-
YUV222.91142.73150.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 202 (79.30% from 255) = 28.65%
BLUE value IS 249 (97.66% from 255) = 35.32%
R=36.03%
G=28.65%
B=35.32%

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
Decimal25420224900.200.020.00305.7796.389.41
HexFECAF9014201326059
Octal37631237102420462140131
Binary11111110110010101111100101010010010011001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAF9; }

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

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

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

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

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

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

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

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