Html Css Color HEX #FB8FA5 Mauvelous

📋 copy color: '#FB8FA5'

red 251 ◦ green 143 ◦ blue 165

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

Shades of Mauvelous #FB8FA5

Tints of Mauvelous #FB8FA5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.58%

 BLUE value IS 165 (64.84% from 255) = 29.52%

R = 44.9%
G = 25.58%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB8FA5 (or 0xFB8FA5) is known color: Mauvelous. HEX triplet: FB, 8F and A5. RGB value is (251,143,165). Sum of RGB (Red+Green+Blue) = 251+143+165=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8FA5 is #04705A. Grayscale: #B1B1B1. Windows color (decimal): -290907 or 10850299. OLE color: 10850299.

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

Color convert

RGB 251 143 165 -
CMYK 0 0.43 0.34 0.02
HSL 347.78º 0.93% 0.77% -
HSV(B) 347.78º 0.43% 0.98% -
XYZ 56.4 42.87 40.9 -
YUV 177.8 120.78 180.21 -
System Red Green Blue C M Y K H S L
Decimal 251 143 165 0 0.43 0.34 0.02 347.78 0.93 0.77
Hex FB 8F A5 0 2B 22 2 15C 5D 4D
Octal 373 217 245 0 53 42 2 534 135 115
Binary 11111011 10001111 10100101 0 101011 100010 10 101011100 1011101 1001101

Color Harmonies of #FB8FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8FA5

Black with #FB8FA5

Text Example


Text Example

White with #FB8FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8FA5; }

 p { color: rgb(251,143,165); }

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

background-color css

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

 a { background-color: rgb(251,143,165); }

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

border-color css

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

 span { border-color: rgb(251,143,165); }

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