Html Css Color HEX #FB8DAA Mauvelous

📋 copy color: '#FB8DAA'

red 251 ◦ green 141 ◦ blue 170

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

Shades of Mauvelous #FB8DAA

Tints of Mauvelous #FB8DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.09%

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

R = 44.66%
G = 25.09%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB8DAA (or 0xFB8DAA) is known color: Mauvelous. HEX triplet: FB, 8D and AA. RGB value is (251,141,170). Sum of RGB (Red+Green+Blue) = 251+141+170=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DAA is #047255. Grayscale: #B1B1B1. Windows color (decimal): -291414 or 11177467. OLE color: 11177467.

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

Color convert

RGB 251 141 170 -
CMYK 0 0.44 0.32 0.02
HSL 344.18º 0.93% 0.77% -
HSV(B) 344.18º 0.44% 0.98% -
XYZ 56.56 42.46 43.24 -
YUV 177.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 251 141 170 0 0.44 0.32 0.02 344.18 0.93 0.77
Hex FB 8D AA 0 2C 20 2 158 5D 4D
Octal 373 215 252 0 54 40 2 530 135 115
Binary 11111011 10001101 10101010 0 101100 100000 10 101011000 1011101 1001101

Color Harmonies of #FB8DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8DAA

Black with #FB8DAA

Text Example


Text Example

White with #FB8DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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