#FECCFC

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

Shades of Snuff #FECCFC

Tints of Snuff #FECCFC

Color information

#FECCFC (or 0xFECCFC) is unknown color: approx Snuff. HEX triplet: FE, CC and FC. RGB value is (254,204,252). Sum of RGB (Red+Green+Blue) = 254+204+252=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 204 (80.08% from 255 or 28.73% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCFC is #013303. Grayscale: #E0E0E0. Windows color (decimal): -78596 or 16567550. OLE color: 16567550.

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

Color convert

RGB254204252-
CMYK00.200.010.00
HSL302.4º96.15%89.8%-
HSV(B)302.4º19.69%99.61%-
XYZ80.0471.28101.64-
YUV224.42143.56149.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.77%
GREEN value IS 204 (80.08% from 255) = 28.73%
BLUE value IS 252 (98.83% from 255) = 35.49%
R=35.77%
G=28.73%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420425200.200.010.00302.496.1589.8
HexFECCFC0141012e605a
Octal37631437402410456140132
Binary1111111011001100111111000101001010010111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCFC; }

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

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

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

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

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

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

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

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