Html Css Color HEX #FB93AA Mauvelous

📋 copy color: '#FB93AA'

red 251 ◦ green 147 ◦ blue 170

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

Shades of Mauvelous #FB93AA

Tints of Mauvelous #FB93AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.88%

 BLUE value IS 170 (66.8% from 255) = 29.93%

R = 44.19%
G = 25.88%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB93AA (or 0xFB93AA) is known color: Mauvelous. HEX triplet: FB, 93 and AA. RGB value is (251,147,170). Sum of RGB (Red+Green+Blue) = 251+147+170=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB93AA is #046C55. Grayscale: #B4B4B4. Windows color (decimal): -289878 or 11179003. OLE color: 11179003.

HSL color Cylindrical-coordinate representation of color #FB93AA: hue angle of 346.73º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB93AA is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 147 170 -
CMYK 0 0.41 0.32 0.02
HSL 346.73º 0.93% 0.78% -
HSV(B) 346.73º 0.41% 0.98% -
XYZ 57.47 44.28 43.55 -
YUV 180.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 251 147 170 0 0.41 0.32 0.02 346.73 0.93 0.78
Hex FB 93 AA 0 29 20 2 15B 5D 4E
Octal 373 223 252 0 51 40 2 533 135 116
Binary 11111011 10010011 10101010 0 101001 100000 10 101011011 1011101 1001110

Color Harmonies of #FB93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB93AA

Black with #FB93AA

Text Example


Text Example

White with #FB93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB93AA; }

 p { color: rgb(251,147,170); }

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

background-color css

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

 a { background-color: rgb(251,147,170); }

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

border-color css

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

 span { border-color: rgb(251,147,170); }

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