#FECCFD

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

Shades of Snuff #FECCFD

Tints of Snuff #FECCFD

Color information

#FECCFD (or 0xFECCFD) is unknown color: approx Snuff. HEX triplet: FE, CC and FD. RGB value is (254,204,253). Sum of RGB (Red+Green+Blue) = 254+204+253=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 204 (80.08% from 255 or 28.69% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCFD is #013302. Grayscale: #E0E0E0. Windows color (decimal): -78595 or 16633086. OLE color: 16633086.

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

Color convert

RGB254204253-
CMYK00.200.000.00
HSL301.2º96.15%89.8%-
HSV(B)301.2º19.69%99.61%-
XYZ80.271.35102.47-
YUV224.54144.06149.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.72%
GREEN value IS 204 (80.08% from 255) = 28.69%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=35.72%
G=28.69%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420425300.200.000.00301.296.1589.8
HexFECCFD0140012d605a
Octal37631437502400455140132
Binary1111111011001100111111010101000010010110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCFD; }

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

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

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

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

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

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

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

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