Html Css Color HEX #FE90A9 Mauvelous

📋 copy color: '#FE90A9'

red 254 ◦ green 144 ◦ blue 169

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

Shades of Mauvelous #FE90A9

Tints of Mauvelous #FE90A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.81%

R = 44.8%
G = 25.4%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE90A9 (or 0xFE90A9) is known color: Mauvelous. HEX triplet: FE, 90 and A9. RGB value is (254,144,169). Sum of RGB (Red+Green+Blue) = 254+144+169=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90A9 is #016F56. Grayscale: #B3B3B3. Windows color (decimal): -94039 or 11112702. OLE color: 11112702.

HSL color Cylindrical-coordinate representation of color #FE90A9: hue angle of 346.36º 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 #FE90A9 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 144 169 -
CMYK 0 0.43 0.33 0.00
HSL 346.36º 0.98% 0.78% -
HSV(B) 346.36º 0.43% 1% -
XYZ 58.01 43.88 42.95 -
YUV 179.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 254 144 169 0 0.43 0.33 0.00 346.36 0.98 0.78
Hex FE 90 A9 0 2B 21 0 15A 62 4E
Octal 376 220 251 0 53 41 0 532 142 116
Binary 11111110 10010000 10101001 0 101011 100001 0 101011010 1100010 1001110

Color Harmonies of #FE90A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90A9

Black with #FE90A9

Text Example


Text Example

White with #FE90A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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