Html Css Color HEX #FE98AC Mauvelous

📋 copy color: '#FE98AC'

red 254 ◦ green 152 ◦ blue 172

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

Shades of Mauvelous #FE98AC

Tints of Mauvelous #FE98AC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.3%

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

R = 43.94%
G = 26.3%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE98AC (or 0xFE98AC) is known color: Mauvelous. HEX triplet: FE, 98 and AC. RGB value is (254,152,172). Sum of RGB (Red+Green+Blue) = 254+152+172=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE98AC is #016753. Grayscale: #B8B8B8. Windows color (decimal): -91988 or 11311358. OLE color: 11311358.

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

Color convert

RGB 254 152 172 -
CMYK 0 0.40 0.32 0.00
HSL 348.24º 0.98% 0.8% -
HSV(B) 348.24º 0.4% 1% -
XYZ 59.55 46.51 44.87 -
YUV 184.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 254 152 172 0 0.40 0.32 0.00 348.24 0.98 0.8
Hex FE 98 AC 0 28 20 0 15C 62 50
Octal 376 230 254 0 50 40 0 534 142 120
Binary 11111110 10011000 10101100 0 101000 100000 0 101011100 1100010 1010000

Color Harmonies of #FE98AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE98AC

Black with #FE98AC

Text Example


Text Example

White with #FE98AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE98AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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