#FECCF5

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

Shades of Snuff #FECCF5

Tints of Snuff #FECCF5

Color information

#FECCF5 (or 0xFECCF5) is unknown color: approx Snuff. HEX triplet: FE, CC and F5. RGB value is (254,204,245). Sum of RGB (Red+Green+Blue) = 254+204+245=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 204 (80.08% from 255 or 29.02% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF5 is #01330A. Grayscale: #DFDFDF. Windows color (decimal): -78603 or 16108798. OLE color: 16108798.

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

Color convert

RGB254204245-
CMYK00.200.040.00
HSL310.8º96.15%89.8%-
HSV(B)310.8º19.69%99.61%-
XYZ78.9570.8595.9-
YUV223.62140.06149.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 204 (80.08% from 255) = 29.02%
BLUE value IS 245 (96.09% from 255) = 34.85%
R=36.13%
G=29.02%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420424500.200.040.00310.896.1589.8
HexFECCF501440137605a
Octal37631436502440467140132
Binary111111101100110011110101010100100010011011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCF5; }

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

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

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

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

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

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

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

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