#FEC0FB

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

Shades of Snuff #FEC0FB

Tints of Snuff #FEC0FB

Color information

#FEC0FB (or 0xFEC0FB) is unknown color: approx Snuff. HEX triplet: FE, C0 and FB. RGB value is (254,192,251). Sum of RGB (Red+Green+Blue) = 254+192+251=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 192 (75.39% from 255 or 27.55% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0FB is #013F04. Grayscale: #D9D9D9. Windows color (decimal): -81669 or 16498942. OLE color: 16498942.

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

Color convert

RGB254192251-
CMYK00.240.010.00
HSL302.9º96.88%87.45%-
HSV(B)302.9º24.41%99.61%-
XYZ77.1465.7499.89-
YUV217.26147.04154.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 192 (75.39% from 255) = 27.55%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=36.44%
G=27.55%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419225100.240.010.00302.996.8887.45
HexFEC0FB0181012f6157
Octal37630037303010457141127
Binary1111111011000000111110110110001010010111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0FB; }

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

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

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

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

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

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

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

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