Html Css Color HEX #FE90A5 Mauvelous

📋 copy color: '#FE90A5'

red 254 ◦ green 144 ◦ blue 165

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

Shades of Mauvelous #FE90A5

Tints of Mauvelous #FE90A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.31%

R = 45.12%
G = 25.58%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE90A5 (or 0xFE90A5) is known color: Mauvelous. HEX triplet: FE, 90 and A5. RGB value is (254,144,165). Sum of RGB (Red+Green+Blue) = 254+144+165=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90A5 is #016F5A. Grayscale: #B3B3B3. Windows color (decimal): -94043 or 10850558. OLE color: 10850558.

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

Color convert

RGB 254 144 165 -
CMYK 0 0.43 0.35 0.00
HSL 348.55º 0.98% 0.78% -
HSV(B) 348.55º 0.43% 1% -
XYZ 57.64 43.73 41 -
YUV 179.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 254 144 165 0 0.43 0.35 0.00 348.55 0.98 0.78
Hex FE 90 A5 0 2B 23 0 15D 62 4E
Octal 376 220 245 0 53 43 0 535 142 116
Binary 11111110 10010000 10100101 0 101011 100011 0 101011101 1100010 1001110

Color Harmonies of #FE90A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE90A5

Black with #FE90A5

Text Example


Text Example

White with #FE90A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE90A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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