Html Css Color HEX #FB93A9 Mauvelous

📋 copy color: '#FB93A9'

red 251 ◦ green 147 ◦ blue 169

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

Shades of Mauvelous #FB93A9

Tints of Mauvelous #FB93A9

RGB

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

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

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

R = 44.27%
G = 25.93%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FB93A9 (or 0xFB93A9) is known color: Mauvelous. HEX triplet: FB, 93 and A9. RGB value is (251,147,169). Sum of RGB (Red+Green+Blue) = 251+147+169=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB93A9 is #046C56. Grayscale: #B4B4B4. Windows color (decimal): -289879 or 11113467. OLE color: 11113467.

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

Color convert

RGB 251 147 169 -
CMYK 0 0.41 0.33 0.02
HSL 347.31º 0.93% 0.78% -
HSV(B) 347.31º 0.41% 0.98% -
XYZ 57.38 44.24 43.05 -
YUV 180.6 121.46 178.21 -
System Red Green Blue C M Y K H S L
Decimal 251 147 169 0 0.41 0.33 0.02 347.31 0.93 0.78
Hex FB 93 A9 0 29 21 2 15B 5D 4E
Octal 373 223 251 0 51 41 2 533 135 116
Binary 11111011 10010011 10101001 0 101001 100001 10 101011011 1011101 1001110

Color Harmonies of #FB93A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB93A9

Black with #FB93A9

Text Example


Text Example

White with #FB93A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB93A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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