#FECAF6

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

Shades of Snuff #FECAF6

Tints of Snuff #FECAF6

Color information

#FECAF6 (or 0xFECAF6) is unknown color: approx Snuff. HEX triplet: FE, CA and F6. RGB value is (254,202,246). Sum of RGB (Red+Green+Blue) = 254+202+246=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 202 (79.30% from 255 or 28.77% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECAF6 is #013509. Grayscale: #DEDEDE. Windows color (decimal): -79114 or 16173822. OLE color: 16173822.

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

Color convert

RGB254202246-
CMYK00.200.030.00
HSL309.23º96.3%89.41%-
HSV(B)309.23º20.47%99.61%-
XYZ78.6369.9796.55-
YUV222.56141.23150.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 202 (79.30% from 255) = 28.77%
BLUE value IS 246 (96.48% from 255) = 35.04%
R=36.18%
G=28.77%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420224600.200.030.00309.2396.389.41
HexFECAF6014301356059
Octal37631236602430465140131
Binary11111110110010101111011001010011010011010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAF6; }

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

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

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

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

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

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

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

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