Html Css Color HEX #FB8DA2 Mauvelous

📋 copy color: '#FB8DA2'

red 251 ◦ green 141 ◦ blue 162

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

Shades of Mauvelous #FB8DA2

Tints of Mauvelous #FB8DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.24%

R = 45.31%
G = 25.45%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB8DA2 (or 0xFB8DA2) is known color: Mauvelous. HEX triplet: FB, 8D and A2. RGB value is (251,141,162). Sum of RGB (Red+Green+Blue) = 251+141+162=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DA2 is #04725D. Grayscale: #B0B0B0. Windows color (decimal): -291422 or 10653179. OLE color: 10653179.

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

Color convert

RGB 251 141 162 -
CMYK 0 0.44 0.35 0.02
HSL 348.55º 0.93% 0.77% -
HSV(B) 348.55º 0.44% 0.98% -
XYZ 55.83 42.17 39.38 -
YUV 176.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 251 141 162 0 0.44 0.35 0.02 348.55 0.93 0.77
Hex FB 8D A2 0 2C 23 2 15D 5D 4D
Octal 373 215 242 0 54 43 2 535 135 115
Binary 11111011 10001101 10100010 0 101100 100011 10 101011101 1011101 1001101

Color Harmonies of #FB8DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8DA2

Black with #FB8DA2

Text Example


Text Example

White with #FB8DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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