Html Css Color HEX #FE94AC Mauvelous

📋 copy color: '#FE94AC'

red 254 ◦ green 148 ◦ blue 172

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

Shades of Mauvelous #FE94AC

Tints of Mauvelous #FE94AC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.78%

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

R = 44.25%
G = 25.78%
B = 29.97%

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

#FE94AC (or 0xFE94AC) is known color: Mauvelous. HEX triplet: FE, 94 and AC. RGB value is (254,148,172). Sum of RGB (Red+Green+Blue) = 254+148+172=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE94AC is #016B53. Grayscale: #B6B6B6. Windows color (decimal): -93012 or 11310334. OLE color: 11310334.

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

Color convert

RGB 254 148 172 -
CMYK 0 0.42 0.32 0.00
HSL 346.42º 0.98% 0.79% -
HSV(B) 346.42º 0.42% 1% -
XYZ 58.91 45.23 44.65 -
YUV 182.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 254 148 172 0 0.42 0.32 0.00 346.42 0.98 0.79
Hex FE 94 AC 0 2A 20 0 15A 62 4F
Octal 376 224 254 0 52 40 0 532 142 117
Binary 11111110 10010100 10101100 0 101010 100000 0 101011010 1100010 1001111

Color Harmonies of #FE94AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE94AC

Black with #FE94AC

Text Example


Text Example

White with #FE94AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE94AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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