Html Css Color HEX #FE90AC Mauvelous

📋 copy color: '#FE90AC'

red 254 ◦ green 144 ◦ blue 172

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

Shades of Mauvelous #FE90AC

Tints of Mauvelous #FE90AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.18%

R = 44.56%
G = 25.26%
B = 30.18%

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

#FE90AC (or 0xFE90AC) is known color: Mauvelous. HEX triplet: FE, 90 and AC. RGB value is (254,144,172). Sum of RGB (Red+Green+Blue) = 254+144+172=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90AC is #016F53. Grayscale: #B4B4B4. Windows color (decimal): -94036 or 11309310. OLE color: 11309310.

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

Color convert

RGB 254 144 172 -
CMYK 0 0.43 0.32 0.00
HSL 344.73º 0.98% 0.78% -
HSV(B) 344.73º 0.43% 1% -
XYZ 58.29 44 44.45 -
YUV 180.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 254 144 172 0 0.43 0.32 0.00 344.73 0.98 0.78
Hex FE 90 AC 0 2B 20 0 159 62 4E
Octal 376 220 254 0 53 40 0 531 142 116
Binary 11111110 10010000 10101100 0 101011 100000 0 101011001 1100010 1001110

Color Harmonies of #FE90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90AC

Black with #FE90AC

Text Example


Text Example

White with #FE90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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