#FED6FC

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

Shades of Snuff #FED6FC

Tints of Snuff #FED6FC

Color information

#FED6FC (or 0xFED6FC) is unknown color: approx Snuff. HEX triplet: FE, D6 and FC. RGB value is (254,214,252). Sum of RGB (Red+Green+Blue) = 254+214+252=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 214 (83.98% from 255 or 29.72% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6FC is #012903. Grayscale: #E6E6E6. Windows color (decimal): -76036 or 16570110. OLE color: 16570110.

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

Color convert

RGB254214252-
CMYK00.160.010.00
HSL303º95.24%91.76%-
HSV(B)303º15.75%99.61%-
XYZ82.4976.19102.45-
YUV230.29140.25144.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.28%
GREEN value IS 214 (83.98% from 255) = 29.72%
BLUE value IS 252 (98.83% from 255) = 35%
R=35.28%
G=29.72%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421425200.160.010.0030395.2491.76
HexFED6FC0101012f5f5c
Octal37632637402010457137134
Binary1111111011010110111111000100001010010111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6FC; }

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

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

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

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

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

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

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

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