Html Css Color HEX #FE8FAD Mauvelous

📋 copy color: '#FE8FAD'

red 254 ◦ green 143 ◦ blue 173

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

Shades of Mauvelous #FE8FAD

Tints of Mauvelous #FE8FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.09%

 BLUE value IS 173 (67.97% from 255) = 30.35%

R = 44.56%
G = 25.09%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE8FAD (or 0xFE8FAD) is known color: Mauvelous. HEX triplet: FE, 8F and AD. RGB value is (254,143,173). Sum of RGB (Red+Green+Blue) = 254+143+173=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FAD is #017052. Grayscale: #B3B3B3. Windows color (decimal): -94291 or 11374590. OLE color: 11374590.

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

Color convert

RGB 254 143 173 -
CMYK 0 0.44 0.32 0.00
HSL 343.78º 0.98% 0.78% -
HSV(B) 343.78º 0.44% 1% -
XYZ 58.24 43.73 44.91 -
YUV 179.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 254 143 173 0 0.44 0.32 0.00 343.78 0.98 0.78
Hex FE 8F AD 0 2C 20 0 158 62 4E
Octal 376 217 255 0 54 40 0 530 142 116
Binary 11111110 10001111 10101101 0 101100 100000 0 101011000 1100010 1001110

Color Harmonies of #FE8FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FAD

Black with #FE8FAD

Text Example


Text Example

White with #FE8FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FAD; }

 p { color: rgb(254,143,173); }

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

background-color css

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

 a { background-color: rgb(254,143,173); }

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

border-color css

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

 span { border-color: rgb(254,143,173); }

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