Html Css Color HEX #FF95AB Mauvelous

📋 copy color: '#FF95AB'

red 255 ◦ green 149 ◦ blue 171

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

Shades of Mauvelous #FF95AB

Tints of Mauvelous #FF95AB

RGB

 RED value IS 255 (100% from 255) = 44.35%

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

 BLUE value IS 171 (67.19% from 255) = 29.74%

R = 44.35%
G = 25.91%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF95AB (or 0xFF95AB) is known color: Mauvelous. HEX triplet: FF, 95 and AB. RGB value is (255,149,171). Sum of RGB (Red+Green+Blue) = 255+149+171=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF95AB is #006A54. Grayscale: #B7B7B7. Windows color (decimal): -27221 or 11245055. OLE color: 11245055.

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

Color convert

RGB 255 149 171 -
CMYK 0 0.42 0.33 0
HSL 347.55º 1% 0.79% -
HSV(B) 347.55º 0.42% 1% -
XYZ 59.34 45.7 44.22 -
YUV 183.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 255 149 171 0 0.42 0.33 0 347.55 1 0.79
Hex FF 95 AB 0 2A 21 0 15C 64 4F
Octal 377 225 253 0 52 41 0 534 144 117
Binary 11111111 10010101 10101011 0 101010 100001 0 101011100 1100100 1001111

Color Harmonies of #FF95AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95AB

Black with #FF95AB

Text Example


Text Example

White with #FF95AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95AB; }

 p { color: rgb(255,149,171); }

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

background-color css

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

 a { background-color: rgb(255,149,171); }

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

border-color css

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

 span { border-color: rgb(255,149,171); }

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