#FEC4FF

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

Shades of Snuff #FEC4FF

Tints of Snuff #FEC4FF

Color information

#FEC4FF (or 0xFEC4FF) is unknown color: approx Snuff. HEX triplet: FE, C4 and FF. RGB value is (254,196,255). Sum of RGB (Red+Green+Blue) = 254+196+255=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 196 (76.95% from 255 or 27.80% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4FF is #013B00. Grayscale: #DBDBDB. Windows color (decimal): -80641 or 16762110. OLE color: 16762110.

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

Color convert

RGB254196255-
CMYK0.000.2300
HSL298.98º100%88.43%-
HSV(B)298.98º23.14%100%-
XYZ78.6667.77103.54-
YUV220.07147.72152.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 196 (76.95% from 255) = 27.80%
BLUE value IS 255 (100% from 255) = 36.17%
R=36.03%
G=27.80%
B=36.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541962550.000.2300298.9810088.43
HexFEC4FF0170012b6458
Octal37630437702700453144130
Binary1111111011000100111111110101110010010101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4FF; }

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

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

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

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

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

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

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

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