Html Css Color HEX #FE9BAA Mauvelous

📋 copy color: '#FE9BAA'

red 254 ◦ green 155 ◦ blue 170

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

Shades of Mauvelous #FE9BAA

Tints of Mauvelous #FE9BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.77%

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

R = 43.87%
G = 26.77%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE9BAA (or 0xFE9BAA) is known color: Mauvelous. HEX triplet: FE, 9B and AA. RGB value is (254,155,170). Sum of RGB (Red+Green+Blue) = 254+155+170=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9BAA is #016455. Grayscale: #BABABA. Windows color (decimal): -91222 or 11181054. OLE color: 11181054.

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

Color convert

RGB 254 155 170 -
CMYK 0 0.39 0.33 0.00
HSL 350.91º 0.98% 0.8% -
HSV(B) 350.91º 0.39% 1% -
XYZ 59.85 47.42 44.03 -
YUV 186.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 254 155 170 0 0.39 0.33 0.00 350.91 0.98 0.8
Hex FE 9B AA 0 27 21 0 15F 62 50
Octal 376 233 252 0 47 41 0 537 142 120
Binary 11111110 10011011 10101010 0 100111 100001 0 101011111 1100010 1010000

Color Harmonies of #FE9BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9BAA

Black with #FE9BAA

Text Example


Text Example

White with #FE9BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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