Html Css Color HEX #FE9BAB Mauvelous

📋 copy color: '#FE9BAB'

red 254 ◦ green 155 ◦ blue 171

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

Shades of Mauvelous #FE9BAB

Tints of Mauvelous #FE9BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 43.79%
G = 26.72%
B = 29.48%

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

#FE9BAB (or 0xFE9BAB) is known color: Mauvelous. HEX triplet: FE, 9B and AB. RGB value is (254,155,171). Sum of RGB (Red+Green+Blue) = 254+155+171=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9BAB is #016454. Grayscale: #BABABA. Windows color (decimal): -91221 or 11246590. OLE color: 11246590.

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

Color convert

RGB 254 155 171 -
CMYK 0 0.39 0.33 0.00
HSL 350.3º 0.98% 0.8% -
HSV(B) 350.3º 0.39% 1% -
XYZ 59.95 47.45 44.53 -
YUV 186.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 254 155 171 0 0.39 0.33 0.00 350.3 0.98 0.8
Hex FE 9B AB 0 27 21 0 15E 62 50
Octal 376 233 253 0 47 41 0 536 142 120
Binary 11111110 10011011 10101011 0 100111 100001 0 101011110 1100010 1010000

Color Harmonies of #FE9BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9BAB

Black with #FE9BAB

Text Example


Text Example

White with #FE9BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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