#FED3FC

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

Shades of Snuff #FED3FC

Tints of Snuff #FED3FC

Color information

#FED3FC (or 0xFED3FC) is unknown color: approx Snuff. HEX triplet: FE, D3 and FC. RGB value is (254,211,252). Sum of RGB (Red+Green+Blue) = 254+211+252=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 211 (82.81% from 255 or 29.43% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3FC is #012C03. Grayscale: #E4E4E4. Windows color (decimal): -76804 or 16569342. OLE color: 16569342.

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

Color convert

RGB254211252-
CMYK00.170.010.00
HSL302.79º95.56%91.18%-
HSV(B)302.79º16.93%99.61%-
XYZ81.7474.69102.2-
YUV228.53141.25146.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 211 (82.81% from 255) = 29.43%
BLUE value IS 252 (98.83% from 255) = 35.15%
R=35.43%
G=29.43%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421125200.170.010.00302.7995.5691.18
HexFED3FC0111012f605b
Octal37632337402110457140133
Binary1111111011010011111111000100011010010111111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3FC; }

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

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

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

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

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

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

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

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