Html Css Color HEX #FF96AB Mauvelous

📋 copy color: '#FF96AB'

red 255 ◦ green 150 ◦ blue 171

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

Shades of Mauvelous #FF96AB

Tints of Mauvelous #FF96AB

RGB

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

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

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

R = 44.27%
G = 26.04%
B = 29.69%

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

#FF96AB (or 0xFF96AB) is known color: Mauvelous. HEX triplet: FF, 96 and AB. RGB value is (255,150,171). Sum of RGB (Red+Green+Blue) = 255+150+171=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96AB is #006954. Grayscale: #B7B7B7. Windows color (decimal): -26965 or 11245311. OLE color: 11245311.

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

Color convert

RGB 255 150 171 -
CMYK 0 0.41 0.33 0
HSL 348º 1% 0.79% -
HSV(B) 348º 0.41% 1% -
XYZ 59.5 46.01 44.27 -
YUV 183.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 255 150 171 0 0.41 0.33 0 348 1 0.79
Hex FF 96 AB 0 29 21 0 15C 64 4F
Octal 377 226 253 0 51 41 0 534 144 117
Binary 11111111 10010110 10101011 0 101001 100001 0 101011100 1100100 1001111

Color Harmonies of #FF96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96AB

Black with #FF96AB

Text Example


Text Example

White with #FF96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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