Html Css Color HEX #FE95A8 Mauvelous

📋 copy color: '#FE95A8'

red 254 ◦ green 149 ◦ blue 168

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

Shades of Mauvelous #FE95A8

Tints of Mauvelous #FE95A8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.09%

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

R = 44.48%
G = 26.09%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE95A8 (or 0xFE95A8) is known color: Mauvelous. HEX triplet: FE, 95 and A8. RGB value is (254,149,168). Sum of RGB (Red+Green+Blue) = 254+149+168=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE95A8 is #016A57. Grayscale: #B6B6B6. Windows color (decimal): -92760 or 11048446. OLE color: 11048446.

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

Color convert

RGB 254 149 168 -
CMYK 0 0.41 0.34 0.00
HSL 349.14º 0.98% 0.79% -
HSV(B) 349.14º 0.41% 1% -
XYZ 58.69 45.39 42.71 -
YUV 182.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 254 149 168 0 0.41 0.34 0.00 349.14 0.98 0.79
Hex FE 95 A8 0 29 22 0 15D 62 4F
Octal 376 225 250 0 51 42 0 535 142 117
Binary 11111110 10010101 10101000 0 101001 100010 0 101011101 1100010 1001111

Color Harmonies of #FE95A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95A8

Black with #FE95A8

Text Example


Text Example

White with #FE95A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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