#FEC4FC

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

Shades of Snuff #FEC4FC

Tints of Snuff #FEC4FC

Color information

#FEC4FC (or 0xFEC4FC) is unknown color: approx Snuff. HEX triplet: FE, C4 and FC. RGB value is (254,196,252). Sum of RGB (Red+Green+Blue) = 254+196+252=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 196 (76.95% from 255 or 27.92% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4FC is #013B03. Grayscale: #DBDBDB. Windows color (decimal): -80644 or 16565502. OLE color: 16565502.

HSL color Cylindrical-coordinate representation of color #FEC4FC: hue angle of 302.07º 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 #FEC4FC is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB254196252-
CMYK00.230.010.00
HSL302.07º96.67%88.24%-
HSV(B)302.07º22.83%99.61%-
XYZ78.1867.58101.02-
YUV219.73146.22152.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 196 (76.95% from 255) = 27.92%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=36.18%
G=27.92%
B=35.90%

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
Decimal25419625200.230.010.00302.0796.6788.24
HexFEC4FC0171012e6158
Octal37630437402710456141130
Binary1111111011000100111111000101111010010111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4FC; }

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

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

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

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

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

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

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

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