Html Css Color HEX #FE8FA8 Mauvelous

📋 copy color: '#FE8FA8'

red 254 ◦ green 143 ◦ blue 168

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

Shades of Mauvelous #FE8FA8

Tints of Mauvelous #FE8FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.73%

R = 44.96%
G = 25.31%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE8FA8 (or 0xFE8FA8) is known color: Mauvelous. HEX triplet: FE, 8F and A8. RGB value is (254,143,168). Sum of RGB (Red+Green+Blue) = 254+143+168=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8FA8 is #017057. Grayscale: #B3B3B3. Windows color (decimal): -94296 or 11046910. OLE color: 11046910.

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

Color convert

RGB 254 143 168 -
CMYK 0 0.44 0.34 0.00
HSL 346.49º 0.98% 0.78% -
HSV(B) 346.49º 0.44% 1% -
XYZ 57.76 43.54 42.41 -
YUV 179.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 254 143 168 0 0.44 0.34 0.00 346.49 0.98 0.78
Hex FE 8F A8 0 2C 22 0 15A 62 4E
Octal 376 217 250 0 54 42 0 532 142 116
Binary 11111110 10001111 10101000 0 101100 100010 0 101011010 1100010 1001110

Color Harmonies of #FE8FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8FA8

Black with #FE8FA8

Text Example


Text Example

White with #FE8FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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