Html Css Color HEX #FE8FAC Mauvelous

📋 copy color: '#FE8FAC'

red 254 ◦ green 143 ◦ blue 172

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

Shades of Mauvelous #FE8FAC

Tints of Mauvelous #FE8FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.23%

R = 44.64%
G = 25.13%
B = 30.23%

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

#FE8FAC (or 0xFE8FAC) is known color: Mauvelous. HEX triplet: FE, 8F and AC. RGB value is (254,143,172). Sum of RGB (Red+Green+Blue) = 254+143+172=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FAC is #017053. Grayscale: #B3B3B3. Windows color (decimal): -94292 or 11309054. OLE color: 11309054.

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

Color convert

RGB 254 143 172 -
CMYK 0 0.44 0.32 0.00
HSL 344.32º 0.98% 0.78% -
HSV(B) 344.32º 0.44% 1% -
XYZ 58.14 43.69 44.4 -
YUV 179.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 254 143 172 0 0.44 0.32 0.00 344.32 0.98 0.78
Hex FE 8F AC 0 2C 20 0 158 62 4E
Octal 376 217 254 0 54 40 0 530 142 116
Binary 11111110 10001111 10101100 0 101100 100000 0 101011000 1100010 1001110

Color Harmonies of #FE8FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FAC

Black with #FE8FAC

Text Example


Text Example

White with #FE8FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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