#FED4F9

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

Shades of Snuff #FED4F9

Tints of Snuff #FED4F9

Color information

#FED4F9 (or 0xFED4F9) is unknown color: approx Snuff. HEX triplet: FE, D4 and F9. RGB value is (254,212,249). Sum of RGB (Red+Green+Blue) = 254+212+249=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 212 (83.20% from 255 or 29.65% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F9 is #012B06. Grayscale: #E4E4E4. Windows color (decimal): -76551 or 16372990. OLE color: 16372990.

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

Color convert

RGB254212249-
CMYK00.170.020.00
HSL307.14º95.45%91.37%-
HSV(B)307.14º16.54%99.61%-
XYZ81.527599.8-
YUV228.78139.41145.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 212 (83.20% from 255) = 29.65%
BLUE value IS 249 (97.66% from 255) = 34.83%
R=35.52%
G=29.65%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421224900.170.020.00307.1495.4591.37
HexFED4F9011201335f5b
Octal37632437102120463137133
Binary11111110110101001111100101000110010011001110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4F9; }

 p { color: rgb(254,212,249); }

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

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

 a { background-color: rgb(254,212,249); }

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

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

 span { border-color: rgb(254,212,249); }

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