Html Css Color HEX #FE0EAD Spicy Pink

📋 copy color: '#FE0EAD'

red 254 ◦ green 14 ◦ blue 173

#FE0EAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #FE0EAD

Tints of Spicy Pink #FE0EAD

RGB

 RED value IS 254 (99.61% from 255) = 57.6%

 GREEN value IS 14 (5.86% from 255) = 3.17%

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 57.6%
G = 3.17%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE0EAD (or 0xFE0EAD) is known color: Spicy Pink. HEX triplet: FE, 0E and AD. RGB value is (254,14,173). Sum of RGB (Red+Green+Blue) = 254+14+173=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0EAD is #01F152. Grayscale: #676767. Windows color (decimal): -127315 or 11341566. OLE color: 11341566.

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

Color convert

RGB 254 14 173 -
CMYK 0 0.94 0.32 0.00
HSL 320.25º 0.99% 0.53% -
HSV(B) 320.25º 0.94% 1% -
XYZ 48.57 24.4 41.69 -
YUV 103.89 167.01 235.07 -
System Red Green Blue C M Y K H S L
Decimal 254 14 173 0 0.94 0.32 0.00 320.25 0.99 0.53
Hex FE E AD 0 5E 20 0 140 63 35
Octal 376 16 255 0 136 40 0 500 143 65
Binary 11111110 1110 10101101 0 1011110 100000 0 101000000 1100011 110101

Color Harmonies of #FE0EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0EAD

Black with #FE0EAD

Text Example


Text Example

White with #FE0EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0EAD; }

 p { color: rgb(254,14,173); }

 H1.HeaderClassName
 {
   color: #FE0EAD;
 }
 .AnyTagClassName
 {
   color: #FE0EAD;
 }
</style>

background-color css

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

 a { background-color: rgb(254,14,173); }

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

border-color css

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

 span { border-color: rgb(254,14,173); }

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