Html Css Color HEX #FB96A9 Mauvelous

📋 copy color: '#FB96A9'

red 251 ◦ green 150 ◦ blue 169

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

Shades of Mauvelous #FB96A9

Tints of Mauvelous #FB96A9

RGB

 RED value IS 251 (98.44% from 255) = 44.04%

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

 BLUE value IS 169 (66.41% from 255) = 29.65%

R = 44.04%
G = 26.32%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB96A9 (or 0xFB96A9) is known color: Mauvelous. HEX triplet: FB, 96 and A9. RGB value is (251,150,169). Sum of RGB (Red+Green+Blue) = 251+150+169=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96A9 is #046956. Grayscale: #B6B6B6. Windows color (decimal): -289111 or 11114235. OLE color: 11114235.

HSL color Cylindrical-coordinate representation of color #FB96A9: hue angle of 348.71º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96A9 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 150 169 -
CMYK 0 0.40 0.33 0.02
HSL 348.71º 0.93% 0.79% -
HSV(B) 348.71º 0.4% 0.98% -
XYZ 57.85 45.19 43.21 -
YUV 182.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 251 150 169 0 0.40 0.33 0.02 348.71 0.93 0.79
Hex FB 96 A9 0 28 21 2 15D 5D 4F
Octal 373 226 251 0 50 41 2 535 135 117
Binary 11111011 10010110 10101001 0 101000 100001 10 101011101 1011101 1001111

Color Harmonies of #FB96A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96A9

Black with #FB96A9

Text Example


Text Example

White with #FB96A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96A9; }

 p { color: rgb(251,150,169); }

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

background-color css

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

 a { background-color: rgb(251,150,169); }

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

border-color css

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

 span { border-color: rgb(251,150,169); }

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