Html Css Color HEX #FE93AC Mauvelous

📋 copy color: '#FE93AC'

red 254 ◦ green 147 ◦ blue 172

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

Shades of Mauvelous #FE93AC

Tints of Mauvelous #FE93AC

RGB

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

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

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

R = 44.33%
G = 25.65%
B = 30.02%

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

#FE93AC (or 0xFE93AC) is known color: Mauvelous. HEX triplet: FE, 93 and AC. RGB value is (254,147,172). Sum of RGB (Red+Green+Blue) = 254+147+172=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE93AC is #016C53. Grayscale: #B5B5B5. Windows color (decimal): -93268 or 11310078. OLE color: 11310078.

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

Color convert

RGB 254 147 172 -
CMYK 0 0.42 0.32 0.00
HSL 345.98º 0.98% 0.79% -
HSV(B) 345.98º 0.42% 1% -
XYZ 58.75 44.92 44.6 -
YUV 181.84 122.45 179.47 -
System Red Green Blue C M Y K H S L
Decimal 254 147 172 0 0.42 0.32 0.00 345.98 0.98 0.79
Hex FE 93 AC 0 2A 20 0 15A 62 4F
Octal 376 223 254 0 52 40 0 532 142 117
Binary 11111110 10010011 10101100 0 101010 100000 0 101011010 1100010 1001111

Color Harmonies of #FE93AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93AC

Black with #FE93AC

Text Example


Text Example

White with #FE93AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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