#FEC7FB

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

Shades of Snuff #FEC7FB

Tints of Snuff #FEC7FB

Color information

#FEC7FB (or 0xFEC7FB) is unknown color: approx Snuff. HEX triplet: FE, C7 and FB. RGB value is (254,199,251). Sum of RGB (Red+Green+Blue) = 254+199+251=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 199 (78.12% from 255 or 28.27% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7FB is #013804. Grayscale: #DDDDDD. Windows color (decimal): -79877 or 16500734. OLE color: 16500734.

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

Color convert

RGB254199251-
CMYK00.220.010.00
HSL303.27º96.49%88.82%-
HSV(B)303.27º21.65%99.61%-
XYZ78.7168.88100.41-
YUV221.37144.72151.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 199 (78.12% from 255) = 28.27%
BLUE value IS 251 (98.44% from 255) = 35.65%
R=36.08%
G=28.27%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419925100.220.010.00303.2796.4988.82
HexFEC7FB0161012f6059
Octal37630737302610457140131
Binary1111111011000111111110110101101010010111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7FB; }

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

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

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

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

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

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

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

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