Html Css Color HEX #FE1DAB Spicy Pink

📋 copy color: '#FE1DAB'

red 254 ◦ green 29 ◦ blue 171

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

Shades of Spicy Pink #FE1DAB

Tints of Spicy Pink #FE1DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.39%

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 55.95%
G = 6.39%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE1DAB (or 0xFE1DAB) is known color: Spicy Pink. HEX triplet: FE, 1D and AB. RGB value is (254,29,171). Sum of RGB (Red+Green+Blue) = 254+29+171=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1DAB is #01E254. Grayscale: #707070. Windows color (decimal): -123477 or 11214334. OLE color: 11214334.

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

Color convert

RGB 254 29 171 -
CMYK 0 0.89 0.33 0.00
HSL 322.13º 0.99% 0.55% -
HSV(B) 322.13º 0.89% 1% -
XYZ 48.66 24.89 40.77 -
YUV 112.46 161.04 228.95 -
System Red Green Blue C M Y K H S L
Decimal 254 29 171 0 0.89 0.33 0.00 322.13 0.99 0.55
Hex FE 1D AB 0 59 21 0 142 63 37
Octal 376 35 253 0 131 41 0 502 143 67
Binary 11111110 11101 10101011 0 1011001 100001 0 101000010 1100011 110111

Color Harmonies of #FE1DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1DAB

Black with #FE1DAB

Text Example


Text Example

White with #FE1DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1DAB; }

 p { color: rgb(254,29,171); }

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

background-color css

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

 a { background-color: rgb(254,29,171); }

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

border-color css

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

 span { border-color: rgb(254,29,171); }

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