#FEC3FC

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

Shades of Snuff #FEC3FC

Tints of Snuff #FEC3FC

Color information

#FEC3FC (or 0xFEC3FC) is unknown color: approx Snuff. HEX triplet: FE, C3 and FC. RGB value is (254,195,252). Sum of RGB (Red+Green+Blue) = 254+195+252=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 195 (76.56% from 255 or 27.82% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3FC is #013C03. Grayscale: #DADADA. Windows color (decimal): -80900 or 16565246. OLE color: 16565246.

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

Color convert

RGB254195252-
CMYK00.230.010.00
HSL302.03º96.72%88.04%-
HSV(B)302.03º23.23%99.61%-
XYZ77.9667.13100.94-
YUV219.14146.55152.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 195 (76.56% from 255) = 27.82%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=36.23%
G=27.82%
B=35.95%

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
Decimal25419525200.230.010.00302.0396.7288.04
HexFEC3FC0171012e6158
Octal37630337402710456141130
Binary1111111011000011111111000101111010010111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3FC; }

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

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

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

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

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

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

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

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