Html Css Color HEX #FE93AD Mauvelous

📋 copy color: '#FE93AD'

red 254 ◦ green 147 ◦ blue 173

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

Shades of Mauvelous #FE93AD

Tints of Mauvelous #FE93AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.61%

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

R = 44.25%
G = 25.61%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE93AD (or 0xFE93AD) is known color: Mauvelous. HEX triplet: FE, 93 and AD. RGB value is (254,147,173). Sum of RGB (Red+Green+Blue) = 254+147+173=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE93AD is #016C52. Grayscale: #B5B5B5. Windows color (decimal): -93267 or 11375614. OLE color: 11375614.

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

Color convert

RGB 254 147 173 -
CMYK 0 0.42 0.32 0.00
HSL 345.42º 0.98% 0.79% -
HSV(B) 345.42º 0.42% 1% -
XYZ 58.85 44.96 45.11 -
YUV 181.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 254 147 173 0 0.42 0.32 0.00 345.42 0.98 0.79
Hex FE 93 AD 0 2A 20 0 159 62 4F
Octal 376 223 255 0 52 40 0 531 142 117
Binary 11111110 10010011 10101101 0 101010 100000 0 101011001 1100010 1001111

Color Harmonies of #FE93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93AD

Black with #FE93AD

Text Example


Text Example

White with #FE93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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