#FECCFE

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

Shades of Snuff #FECCFE

Tints of Snuff #FECCFE

Color information

#FECCFE (or 0xFECCFE) is unknown color: approx Snuff. HEX triplet: FE, CC and FE. RGB value is (254,204,254). Sum of RGB (Red+Green+Blue) = 254+204+254=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 204 (80.08% from 255 or 28.65% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FECCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCFE is #013301. Grayscale: #E0E0E0. Windows color (decimal): -78594 or 16698622. OLE color: 16698622.

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

Color convert

RGB254204254-
CMYK00.2000.00
HSL300º96.15%89.8%-
HSV(B)300º19.69%99.61%-
XYZ80.3671.41103.31-
YUV224.65144.56148.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 204 (80.08% from 255) = 28.65%
BLUE value IS 254 (99.61% from 255) = 35.67%
R=35.67%
G=28.65%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420425400.2000.0030096.1589.8
HexFECCFE0140012c605a
Octal37631437602400454140132
Binary1111111011001100111111100101000010010110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCFE; }

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

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

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

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

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

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

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

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