#FECFFA

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

Shades of Snuff #FECFFA

Tints of Snuff #FECFFA

Color information

#FECFFA (or 0xFECFFA) is unknown color: approx Snuff. HEX triplet: FE, CF and FA. RGB value is (254,207,250). Sum of RGB (Red+Green+Blue) = 254+207+250=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 207 (81.25% from 255 or 29.11% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFFA is #013005. Grayscale: #E1E1E1. Windows color (decimal): -77830 or 16437246. OLE color: 16437246.

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

Color convert

RGB254207250-
CMYK00.190.020.00
HSL305.11º95.92%90.39%-
HSV(B)305.11º18.5%99.61%-
XYZ80.4472.6100.22-
YUV225.96141.57148-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.72%
GREEN value IS 207 (81.25% from 255) = 29.11%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=35.72%
G=29.11%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420725000.190.020.00305.1195.9290.39
HexFECFFA01320131605a
Octal37631737202320461140132
Binary11111110110011111111101001001110010011000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFFA; }

 p { color: rgb(254,207,250); }

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

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

 a { background-color: rgb(254,207,250); }

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

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

 span { border-color: rgb(254,207,250); }

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