#FE0DAE

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

Shades of Spicy Pink #FE0DAE

Tints of Spicy Pink #FE0DAE

Color information

#FE0DAE (or 0xFE0DAE) is unknown color: approx Spicy Pink. HEX triplet: FE, 0D and AE. RGB value is (254,13,174). Sum of RGB (Red+Green+Blue) = 254+13+174=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0DAE is #01F251. Grayscale: #676767. Windows color (decimal): -127570 or 11406846. OLE color: 11406846.

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

Color convert

RGB25413174-
CMYK00.950.310.00
HSL319.92º99.18%52.35%-
HSV(B)319.92º94.88%99.61%-
XYZ48.6624.4142.19-
YUV103.41167.84235.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.60%
GREEN value IS 13 (5.47% from 255) = 2.95%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=57.60%
G=2.95%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541317400.950.310.00319.9299.1852.35
HexFEDAE05F1F01406334
Octal37615256013737050014364
Binary11111110110110101110010111111111101010000001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE0DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE0DAE; }

 p { color: rgb(254,13,174); }

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

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

 a { background-color: rgb(254,13,174); }

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

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

 span { border-color: rgb(254,13,174); }

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