#FECCFF

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

Shades of Snuff #FECCFF

Tints of Snuff #FECCFF

Color information

#FECCFF (or 0xFECCFF) is unknown color: approx Snuff. HEX triplet: FE, CC and FF. RGB value is (254,204,255). Sum of RGB (Red+Green+Blue) = 254+204+255=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 204 (80.08% from 255 or 28.61% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #FECCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCFF is #013300. Grayscale: #E0E0E0. Windows color (decimal): -78593 or 16764158. OLE color: 16764158.

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

Color convert

RGB254204255-
CMYK0.000.200
HSL298.82º100%90%-
HSV(B)298.82º20%100%-
XYZ80.5271.48104.16-
YUV224.76145.06148.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 204 (80.08% from 255) = 28.61%
BLUE value IS 255 (100% from 255) = 35.76%
R=35.62%
G=28.61%
B=35.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542042550.000.200298.8210090
HexFECCFF0140012b645a
Octal37631437702400453144132
Binary1111111011001100111111110101000010010101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCFF; }

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

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

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

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

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

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

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

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