Html Css Color HEX #FE8DB1 Mauvelous

📋 copy color: '#FE8DB1'

red 254 ◦ green 141 ◦ blue 177

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

Shades of Mauvelous #FE8DB1

Tints of Mauvelous #FE8DB1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.65%

 BLUE value IS 177 (69.53% from 255) = 30.94%

R = 44.41%
G = 24.65%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE8DB1 (or 0xFE8DB1) is known color: Mauvelous. HEX triplet: FE, 8D and B1. RGB value is (254,141,177). Sum of RGB (Red+Green+Blue) = 254+141+177=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8DB1 is #01724E. Grayscale: #B2B2B2. Windows color (decimal): -94799 or 11636222. OLE color: 11636222.

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

Color convert

RGB 254 141 177 -
CMYK 0 0.44 0.30 0.00
HSL 340.88º 0.98% 0.77% -
HSV(B) 340.88º 0.44% 1% -
XYZ 58.33 43.29 46.88 -
YUV 178.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 254 141 177 0 0.44 0.30 0.00 340.88 0.98 0.77
Hex FE 8D B1 0 2C 1E 0 155 62 4D
Octal 376 215 261 0 54 36 0 525 142 115
Binary 11111110 10001101 10110001 0 101100 11110 0 101010101 1100010 1001101

Color Harmonies of #FE8DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DB1

Black with #FE8DB1

Text Example


Text Example

White with #FE8DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DB1; }

 p { color: rgb(254,141,177); }

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

background-color css

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

 a { background-color: rgb(254,141,177); }

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

border-color css

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

 span { border-color: rgb(254,141,177); }

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