#FEC4FB

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

Shades of Snuff #FEC4FB

Tints of Snuff #FEC4FB

Color information

#FEC4FB (or 0xFEC4FB) is unknown color: approx Snuff. HEX triplet: FE, C4 and FB. RGB value is (254,196,251). Sum of RGB (Red+Green+Blue) = 254+196+251=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 196 (76.95% from 255 or 27.96% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4FB is #013B04. Grayscale: #DBDBDB. Windows color (decimal): -80645 or 16499966. OLE color: 16499966.

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

Color convert

RGB254196251-
CMYK00.230.010.00
HSL303.1º96.67%88.24%-
HSV(B)303.1º22.83%99.61%-
XYZ78.0367.52100.19-
YUV219.61145.72152.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 196 (76.95% from 255) = 27.96%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=36.23%
G=27.96%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419625100.230.010.00303.196.6788.24
HexFEC4FB0171012f6158
Octal37630437302710457141130
Binary1111111011000100111110110101111010010111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4FB; }

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

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

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

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

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

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

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

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