Html Css Color HEX #FF96A8 Mauvelous

📋 copy color: '#FF96A8'

red 255 ◦ green 150 ◦ blue 168

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

Shades of Mauvelous #FF96A8

Tints of Mauvelous #FF96A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.32%

R = 44.5%
G = 26.18%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FF96A8 (or 0xFF96A8) is known color: Mauvelous. HEX triplet: FF, 96 and A8. RGB value is (255,150,168). Sum of RGB (Red+Green+Blue) = 255+150+168=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96A8 is #006957. Grayscale: #B7B7B7. Windows color (decimal): -26968 or 11048703. OLE color: 11048703.

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

Color convert

RGB 255 150 168 -
CMYK 0 0.41 0.34 0
HSL 349.71º 1% 0.79% -
HSV(B) 349.71º 0.41% 1% -
XYZ 59.21 45.9 42.78 -
YUV 183.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 255 150 168 0 0.41 0.34 0 349.71 1 0.79
Hex FF 96 A8 0 29 22 0 15E 64 4F
Octal 377 226 250 0 51 42 0 536 144 117
Binary 11111111 10010110 10101000 0 101001 100010 0 101011110 1100100 1001111

Color Harmonies of #FF96A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96A8

Black with #FF96A8

Text Example


Text Example

White with #FF96A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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