Html Css Color HEX #FF96A6 Mauvelous

📋 copy color: '#FF96A6'

red 255 ◦ green 150 ◦ blue 166

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

Shades of Mauvelous #FF96A6

Tints of Mauvelous #FF96A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.07%

R = 44.66%
G = 26.27%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF96A6 (or 0xFF96A6) is known color: Mauvelous. HEX triplet: FF, 96 and A6. RGB value is (255,150,166). Sum of RGB (Red+Green+Blue) = 255+150+166=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96A6 is #006959. Grayscale: #B7B7B7. Windows color (decimal): -26970 or 10917631. OLE color: 10917631.

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

Color convert

RGB 255 150 166 -
CMYK 0 0.41 0.35 0
HSL 350.86º 1% 0.79% -
HSV(B) 350.86º 0.41% 1% -
XYZ 59.03 45.83 41.81 -
YUV 183.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 255 150 166 0 0.41 0.35 0 350.86 1 0.79
Hex FF 96 A6 0 29 23 0 15F 64 4F
Octal 377 226 246 0 51 43 0 537 144 117
Binary 11111111 10010110 10100110 0 101001 100011 0 101011111 1100100 1001111

Color Harmonies of #FF96A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96A6

Black with #FF96A6

Text Example


Text Example

White with #FF96A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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