#FEC3FE

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

Shades of Snuff #FEC3FE

Tints of Snuff #FEC3FE

Color information

#FEC3FE (or 0xFEC3FE) is unknown color: approx Snuff. HEX triplet: FE, C3 and FE. RGB value is (254,195,254). Sum of RGB (Red+Green+Blue) = 254+195+254=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 195 (76.56% from 255 or 27.74% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3FE is #013C01. Grayscale: #DBDBDB. Windows color (decimal): -80898 or 16696318. OLE color: 16696318.

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

Color convert

RGB254195254-
CMYK00.2300.00
HSL300º96.72%88.04%-
HSV(B)300º23.23%99.61%-
XYZ78.2867.26102.62-
YUV219.37147.55152.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 195 (76.56% from 255) = 27.74%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=36.13%
G=27.74%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419525400.2300.0030096.7288.04
HexFEC3FE0170012c6158
Octal37630337602700454141130
Binary1111111011000011111111100101110010010110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3FE; }

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

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

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

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

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

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

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

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