#FEC1FA

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

Shades of Snuff #FEC1FA

Tints of Snuff #FEC1FA

Color information

#FEC1FA (or 0xFEC1FA) is unknown color: approx Snuff. HEX triplet: FE, C1 and FA. RGB value is (254,193,250). Sum of RGB (Red+Green+Blue) = 254+193+250=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 193 (75.78% from 255 or 27.69% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1FA is #013E05. Grayscale: #D9D9D9. Windows color (decimal): -81414 or 16433662. OLE color: 16433662.

HSL color Cylindrical-coordinate representation of color #FEC1FA: hue angle of 303.93º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC1FA is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254193250-
CMYK00.240.020.00
HSL303.93º96.83%87.65%-
HSV(B)303.93º24.02%99.61%-
XYZ77.266.1199.13-
YUV217.74146.21153.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 193 (75.78% from 255) = 27.69%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=36.44%
G=27.69%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419325000.240.020.00303.9396.8387.65
HexFEC1FA018201306158
Octal37630137203020460141130
Binary11111110110000011111101001100010010011000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1FA; }

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

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

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

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

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

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

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

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