#FED0F5

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

Shades of Snuff #FED0F5

Tints of Snuff #FED0F5

Color information

#FED0F5 (or 0xFED0F5) is unknown color: approx Snuff. HEX triplet: FE, D0 and F5. RGB value is (254,208,245). Sum of RGB (Red+Green+Blue) = 254+208+245=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 208 (81.64% from 255 or 29.42% from 707); Blue value is 245 (96.09% from 255 or 34.65% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0F5 is #012F0A. Grayscale: #E1E1E1. Windows color (decimal): -77579 or 16109822. OLE color: 16109822.

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

Color convert

RGB254208245-
CMYK00.180.040.00
HSL311.74º95.83%90.59%-
HSV(B)311.74º18.11%99.61%-
XYZ79.9172.7896.22-
YUV225.97138.74147.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 208 (81.64% from 255) = 29.42%
BLUE value IS 245 (96.09% from 255) = 34.65%
R=35.93%
G=29.42%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420824500.180.040.00311.7495.8390.59
HexFED0F501240138605b
Octal37632036502240470140133
Binary111111101101000011110101010010100010011100011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0F5; }

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

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

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

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

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

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

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

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