Html Css Color HEX #FE93A4 Mauvelous

📋 copy color: '#FE93A4'

red 254 ◦ green 147 ◦ blue 164

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

Shades of Mauvelous #FE93A4

Tints of Mauvelous #FE93A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.03%

R = 44.96%
G = 26.02%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE93A4 (or 0xFE93A4) is known color: Mauvelous. HEX triplet: FE, 93 and A4. RGB value is (254,147,164). Sum of RGB (Red+Green+Blue) = 254+147+164=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE93A4 is #016C5B. Grayscale: #B4B4B4. Windows color (decimal): -93276 or 10785790. OLE color: 10785790.

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

Color convert

RGB 254 147 164 -
CMYK 0 0.42 0.35 0.00
HSL 350.47º 0.98% 0.79% -
HSV(B) 350.47º 0.42% 1% -
XYZ 58.01 44.62 40.68 -
YUV 180.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 254 147 164 0 0.42 0.35 0.00 350.47 0.98 0.79
Hex FE 93 A4 0 2A 23 0 15E 62 4F
Octal 376 223 244 0 52 43 0 536 142 117
Binary 11111110 10010011 10100100 0 101010 100011 0 101011110 1100010 1001111

Color Harmonies of #FE93A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93A4

Black with #FE93A4

Text Example


Text Example

White with #FE93A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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