#FED0FC

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

Shades of Snuff #FED0FC

Tints of Snuff #FED0FC

Color information

#FED0FC (or 0xFED0FC) is unknown color: approx Snuff. HEX triplet: FE, D0 and FC. RGB value is (254,208,252). Sum of RGB (Red+Green+Blue) = 254+208+252=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 208 (81.64% from 255 or 29.13% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0FC is #012F03. Grayscale: #E2E2E2. Windows color (decimal): -77572 or 16568574. OLE color: 16568574.

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

Color convert

RGB254208252-
CMYK00.180.010.00
HSL302.61º95.83%90.59%-
HSV(B)302.61º18.11%99.61%-
XYZ8173.21101.96-
YUV226.77142.24147.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 208 (81.64% from 255) = 29.13%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=35.57%
G=29.13%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420825200.180.010.00302.6195.8390.59
HexFED0FC0121012f605b
Octal37632037402210457140133
Binary1111111011010000111111000100101010010111111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0FC; }

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

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

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

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

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

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

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

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