#FEC5FE

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

Shades of Snuff #FEC5FE

Tints of Snuff #FEC5FE

Color information

#FEC5FE (or 0xFEC5FE) is unknown color: approx Snuff. HEX triplet: FE, C5 and FE. RGB value is (254,197,254). Sum of RGB (Red+Green+Blue) = 254+197+254=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 197 (77.34% from 255 or 27.94% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5FE is #013A01. Grayscale: #DCDCDC. Windows color (decimal): -80386 or 16696830. OLE color: 16696830.

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

Color convert

RGB254197254-
CMYK00.2200.00
HSL300º96.61%88.43%-
HSV(B)300º22.44%99.61%-
XYZ78.7368.16102.77-
YUV220.54146.88151.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 197 (77.34% from 255) = 27.94%
BLUE value IS 254 (99.61% from 255) = 36.03%
R=36.03%
G=27.94%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419725400.2200.0030096.6188.43
HexFEC5FE0160012c6158
Octal37630537602600454141130
Binary1111111011000101111111100101100010010110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5FE; }

 p { color: rgb(254,197,254); }

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

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

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

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

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

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

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