Html Css Color HEX #FF96AA Mauvelous

📋 copy color: '#FF96AA'

red 255 ◦ green 150 ◦ blue 170

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

Shades of Mauvelous #FF96AA

Tints of Mauvelous #FF96AA

RGB

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

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

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

R = 44.35%
G = 26.09%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF96AA (or 0xFF96AA) is known color: Mauvelous. HEX triplet: FF, 96 and AA. RGB value is (255,150,170). Sum of RGB (Red+Green+Blue) = 255+150+170=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96AA is #006955. Grayscale: #B7B7B7. Windows color (decimal): -26966 or 11179775. OLE color: 11179775.

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

Color convert

RGB 255 150 170 -
CMYK 0 0.41 0.33 0
HSL 348.57º 1% 0.79% -
HSV(B) 348.57º 0.41% 1% -
XYZ 59.4 45.97 43.77 -
YUV 183.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 255 150 170 0 0.41 0.33 0 348.57 1 0.79
Hex FF 96 AA 0 29 21 0 15D 64 4F
Octal 377 226 252 0 51 41 0 535 144 117
Binary 11111111 10010110 10101010 0 101001 100001 0 101011101 1100100 1001111

Color Harmonies of #FF96AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96AA

Black with #FF96AA

Text Example


Text Example

White with #FF96AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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