Html Css Color HEX #FE90AD Mauvelous

📋 copy color: '#FE90AD'

red 254 ◦ green 144 ◦ blue 173

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

Shades of Mauvelous #FE90AD

Tints of Mauvelous #FE90AD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.22%

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

R = 44.48%
G = 25.22%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE90AD (or 0xFE90AD) is known color: Mauvelous. HEX triplet: FE, 90 and AD. RGB value is (254,144,173). Sum of RGB (Red+Green+Blue) = 254+144+173=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90AD is #016F52. Grayscale: #B4B4B4. Windows color (decimal): -94035 or 11374846. OLE color: 11374846.

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

Color convert

RGB 254 144 173 -
CMYK 0 0.43 0.32 0.00
HSL 344.18º 0.98% 0.78% -
HSV(B) 344.18º 0.43% 1% -
XYZ 58.39 44.03 44.96 -
YUV 180.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 254 144 173 0 0.43 0.32 0.00 344.18 0.98 0.78
Hex FE 90 AD 0 2B 20 0 158 62 4E
Octal 376 220 255 0 53 40 0 530 142 116
Binary 11111110 10010000 10101101 0 101011 100000 0 101011000 1100010 1001110

Color Harmonies of #FE90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90AD

Black with #FE90AD

Text Example


Text Example

White with #FE90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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