#FEC9FB

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

Shades of Snuff #FEC9FB

Tints of Snuff #FEC9FB

Color information

#FEC9FB (or 0xFEC9FB) is unknown color: approx Snuff. HEX triplet: FE, C9 and FB. RGB value is (254,201,251). Sum of RGB (Red+Green+Blue) = 254+201+251=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 201 (78.91% from 255 or 28.47% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9FB is #013604. Grayscale: #DEDEDE. Windows color (decimal): -79365 or 16501246. OLE color: 16501246.

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

Color convert

RGB254201251-
CMYK00.210.010.00
HSL303.4º96.36%89.22%-
HSV(B)303.4º20.87%99.61%-
XYZ79.1769.81100.57-
YUV222.55144.06150.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.98%
GREEN value IS 201 (78.91% from 255) = 28.47%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=35.98%
G=28.47%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420125100.210.010.00303.496.3689.22
HexFEC9FB0151012f6059
Octal37631137302510457140131
Binary1111111011001001111110110101011010010111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9FB; }

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

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

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

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

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

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

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

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