#FEC8FC

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

Shades of Snuff #FEC8FC

Tints of Snuff #FEC8FC

Color information

#FEC8FC (or 0xFEC8FC) is unknown color: approx Snuff. HEX triplet: FE, C8 and FC. RGB value is (254,200,252). Sum of RGB (Red+Green+Blue) = 254+200+252=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 200 (78.52% from 255 or 28.33% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8FC is #013703. Grayscale: #DDDDDD. Windows color (decimal): -79620 or 16566526. OLE color: 16566526.

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

Color convert

RGB254200252-
CMYK00.210.010.00
HSL302.22º96.43%89.02%-
HSV(B)302.22º21.26%99.61%-
XYZ79.169.41101.32-
YUV222.07144.89150.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.98%
GREEN value IS 200 (78.52% from 255) = 28.33%
BLUE value IS 252 (98.83% from 255) = 35.69%
R=35.98%
G=28.33%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420025200.210.010.00302.2296.4389.02
HexFEC8FC0151012e6059
Octal37631037402510456140131
Binary1111111011001000111111000101011010010111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8FC; }

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

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

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

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

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

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

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

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