Html Css Color HEX #FE95AD Mauvelous

📋 copy color: '#FE95AD'

red 254 ◦ green 149 ◦ blue 173

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

Shades of Mauvelous #FE95AD

Tints of Mauvelous #FE95AD

RGB

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

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

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

R = 44.1%
G = 25.87%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE95AD (or 0xFE95AD) is known color: Mauvelous. HEX triplet: FE, 95 and AD. RGB value is (254,149,173). Sum of RGB (Red+Green+Blue) = 254+149+173=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE95AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE95AD is #016A52. Grayscale: #B7B7B7. Windows color (decimal): -92755 or 11376126. OLE color: 11376126.

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

Color convert

RGB 254 149 173 -
CMYK 0 0.41 0.32 0.00
HSL 346.29º 0.98% 0.79% -
HSV(B) 346.29º 0.41% 1% -
XYZ 59.16 45.58 45.22 -
YUV 183.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 254 149 173 0 0.41 0.32 0.00 346.29 0.98 0.79
Hex FE 95 AD 0 29 20 0 15A 62 4F
Octal 376 225 255 0 51 40 0 532 142 117
Binary 11111110 10010101 10101101 0 101001 100000 0 101011010 1100010 1001111

Color Harmonies of #FE95AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE95AD

Black with #FE95AD

Text Example


Text Example

White with #FE95AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE95AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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