Html Css Color HEX #FF95AA Mauvelous

📋 copy color: '#FF95AA'

red 255 ◦ green 149 ◦ blue 170

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

Shades of Mauvelous #FF95AA

Tints of Mauvelous #FF95AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.62%

R = 44.43%
G = 25.96%
B = 29.62%

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

#FF95AA (or 0xFF95AA) is known color: Mauvelous. HEX triplet: FF, 95 and AA. RGB value is (255,149,170). Sum of RGB (Red+Green+Blue) = 255+149+170=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF95AA is #006A55. Grayscale: #B7B7B7. Windows color (decimal): -27222 or 11179519. OLE color: 11179519.

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

Color convert

RGB 255 149 170 -
CMYK 0 0.42 0.33 0
HSL 348.11º 1% 0.79% -
HSV(B) 348.11º 0.42% 1% -
XYZ 59.24 45.66 43.72 -
YUV 183.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 255 149 170 0 0.42 0.33 0 348.11 1 0.79
Hex FF 95 AA 0 2A 21 0 15C 64 4F
Octal 377 225 252 0 52 41 0 534 144 117
Binary 11111111 10010101 10101010 0 101010 100001 0 101011100 1100100 1001111

Color Harmonies of #FF95AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF95AA

Black with #FF95AA

Text Example


Text Example

White with #FF95AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF95AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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