#FEC9FA

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

Shades of Snuff #FEC9FA

Tints of Snuff #FEC9FA

Color information

#FEC9FA (or 0xFEC9FA) is unknown color: approx Snuff. HEX triplet: FE, C9 and FA. RGB value is (254,201,250). Sum of RGB (Red+Green+Blue) = 254+201+250=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 201 (78.91% from 255 or 28.51% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9FA is #013605. Grayscale: #DEDEDE. Windows color (decimal): -79366 or 16435710. OLE color: 16435710.

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

Color convert

RGB254201250-
CMYK00.210.020.00
HSL304.53º96.36%89.22%-
HSV(B)304.53º20.87%99.61%-
XYZ79.0269.7599.74-
YUV222.43143.56150.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 201 (78.91% from 255) = 28.51%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=36.03%
G=28.51%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420125000.210.020.00304.5396.3689.22
HexFEC9FA015201316059
Octal37631137202520461140131
Binary11111110110010011111101001010110010011000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9FA; }

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

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

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

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

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

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

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

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