Html Css Color HEX #FB96A6 Mauvelous

📋 copy color: '#FB96A6'

red 251 ◦ green 150 ◦ blue 166

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

Shades of Mauvelous #FB96A6

Tints of Mauvelous #FB96A6

RGB

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

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

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

R = 44.27%
G = 26.46%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB96A6 (or 0xFB96A6) is known color: Mauvelous. HEX triplet: FB, 96 and A6. RGB value is (251,150,166). Sum of RGB (Red+Green+Blue) = 251+150+166=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96A6 is #046959. Grayscale: #B6B6B6. Windows color (decimal): -289114 or 10917627. OLE color: 10917627.

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

Color convert

RGB 251 150 166 -
CMYK 0 0.40 0.34 0.02
HSL 350.5º 0.93% 0.79% -
HSV(B) 350.5º 0.4% 0.98% -
XYZ 57.57 45.08 41.74 -
YUV 182.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 251 150 166 0 0.40 0.34 0.02 350.5 0.93 0.79
Hex FB 96 A6 0 28 22 2 15E 5D 4F
Octal 373 226 246 0 50 42 2 536 135 117
Binary 11111011 10010110 10100110 0 101000 100010 10 101011110 1011101 1001111

Color Harmonies of #FB96A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB96A6

Black with #FB96A6

Text Example


Text Example

White with #FB96A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB96A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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