#FED2FC

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

Shades of Snuff #FED2FC

Tints of Snuff #FED2FC

Color information

#FED2FC (or 0xFED2FC) is unknown color: approx Snuff. HEX triplet: FE, D2 and FC. RGB value is (254,210,252). Sum of RGB (Red+Green+Blue) = 254+210+252=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 210 (82.42% from 255 or 29.33% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2FC is #012D03. Grayscale: #E3E3E3. Windows color (decimal): -77060 or 16569086. OLE color: 16569086.

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

Color convert

RGB254210252-
CMYK00.170.010.00
HSL302.73º95.65%90.98%-
HSV(B)302.73º17.32%99.61%-
XYZ81.4974.19102.12-
YUV227.94141.58146.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 210 (82.42% from 255) = 29.33%
BLUE value IS 252 (98.83% from 255) = 35.20%
R=35.47%
G=29.33%
B=35.20%

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
Decimal25421025200.170.010.00302.7395.6590.98
HexFED2FC0111012f605b
Octal37632237402110457140133
Binary1111111011010010111111000100011010010111111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2FC; }

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

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

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

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

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

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

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

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