Html Css Color HEX #FB90AC Mauvelous

📋 copy color: '#FB90AC'

red 251 ◦ green 144 ◦ blue 172

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

Shades of Mauvelous #FB90AC

Tints of Mauvelous #FB90AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.4%

 BLUE value IS 172 (67.58% from 255) = 30.34%

R = 44.27%
G = 25.4%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FB90AC (or 0xFB90AC) is known color: Mauvelous. HEX triplet: FB, 90 and AC. RGB value is (251,144,172). Sum of RGB (Red+Green+Blue) = 251+144+172=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB90AC is #046F53. Grayscale: #B3B3B3. Windows color (decimal): -290644 or 11309307. OLE color: 11309307.

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

Color convert

RGB 251 144 172 -
CMYK 0 0.43 0.31 0.02
HSL 344.3º 0.93% 0.77% -
HSV(B) 344.3º 0.43% 0.98% -
XYZ 57.2 43.43 44.4 -
YUV 179.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 251 144 172 0 0.43 0.31 0.02 344.3 0.93 0.77
Hex FB 90 AC 0 2B 1F 2 158 5D 4D
Octal 373 220 254 0 53 37 2 530 135 115
Binary 11111011 10010000 10101100 0 101011 11111 10 101011000 1011101 1001101

Color Harmonies of #FB90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB90AC

Black with #FB90AC

Text Example


Text Example

White with #FB90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB90AC; }

 p { color: rgb(251,144,172); }

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

background-color css

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

 a { background-color: rgb(251,144,172); }

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

border-color css

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

 span { border-color: rgb(251,144,172); }

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