Html Css Color HEX #FE98AA Mauvelous

📋 copy color: '#FE98AA'

red 254 ◦ green 152 ◦ blue 170

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

Shades of Mauvelous #FE98AA

Tints of Mauvelous #FE98AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.51%

R = 44.1%
G = 26.39%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE98AA (or 0xFE98AA) is known color: Mauvelous. HEX triplet: FE, 98 and AA. RGB value is (254,152,170). Sum of RGB (Red+Green+Blue) = 254+152+170=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE98AA is #016755. Grayscale: #B8B8B8. Windows color (decimal): -91990 or 11180286. OLE color: 11180286.

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

Color convert

RGB 254 152 170 -
CMYK 0 0.40 0.33 0.00
HSL 349.41º 0.98% 0.8% -
HSV(B) 349.41º 0.4% 1% -
XYZ 59.36 46.43 43.86 -
YUV 184.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 254 152 170 0 0.40 0.33 0.00 349.41 0.98 0.8
Hex FE 98 AA 0 28 21 0 15D 62 50
Octal 376 230 252 0 50 41 0 535 142 120
Binary 11111110 10011000 10101010 0 101000 100001 0 101011101 1100010 1010000

Color Harmonies of #FE98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE98AA

Black with #FE98AA

Text Example


Text Example

White with #FE98AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE98AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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