Html Css Color HEX #FE96A9 Mauvelous

📋 copy color: '#FE96A9'

red 254 ◦ green 150 ◦ blue 169

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

Shades of Mauvelous #FE96A9

Tints of Mauvelous #FE96A9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.18%

 BLUE value IS 169 (66.41% from 255) = 29.49%

R = 44.33%
G = 26.18%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE96A9 (or 0xFE96A9) is known color: Mauvelous. HEX triplet: FE, 96 and A9. RGB value is (254,150,169). Sum of RGB (Red+Green+Blue) = 254+150+169=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE96A9 is #016956. Grayscale: #B7B7B7. Windows color (decimal): -92503 or 11114238. OLE color: 11114238.

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

Color convert

RGB 254 150 169 -
CMYK 0 0.41 0.33 0.00
HSL 349.04º 0.98% 0.79% -
HSV(B) 349.04º 0.41% 1% -
XYZ 58.94 45.75 43.26 -
YUV 183.26 119.96 178.46 -
System Red Green Blue C M Y K H S L
Decimal 254 150 169 0 0.41 0.33 0.00 349.04 0.98 0.79
Hex FE 96 A9 0 29 21 0 15D 62 4F
Octal 376 226 251 0 51 41 0 535 142 117
Binary 11111110 10010110 10101001 0 101001 100001 0 101011101 1100010 1001111

Color Harmonies of #FE96A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96A9

Black with #FE96A9

Text Example


Text Example

White with #FE96A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96A9; }

 p { color: rgb(254,150,169); }

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

background-color css

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

 a { background-color: rgb(254,150,169); }

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

border-color css

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

 span { border-color: rgb(254,150,169); }

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