#FB8DA7

Color #FB8DA7 Mauvelous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauvelous #FB8DA7

Tints of Mauvelous #FB8DA7

Color information

#FB8DA7 (or 0xFB8DA7) is unknown color: approx Mauvelous. HEX triplet: FB, 8D and A7. RGB value is (251,141,167). Sum of RGB (Red+Green+Blue) = 251+141+167=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DA7 is #047258. Grayscale: #B0B0B0. Windows color (decimal): -291417 or 10980859. OLE color: 10980859.

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

Color convert

RGB251141167-
CMYK00.440.330.02
HSL345.82º93.22%76.86%-
HSV(B)345.82º43.82%98.43%-
XYZ56.2842.3541.77-
YUV176.85122.44180.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 167 (65.62% from 255) = 29.87%
R=44.90%
G=25.22%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114116700.440.330.02345.8293.2276.86
HexFB8DA702C21215a5d4d
Octal373215247054412532135115
Binary11111011100011011010011101011001000011010101101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DA7; }

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

 H1.HeaderClassName
 {
   color: #FB8DA7;
 }
 .AnyTagClassName
 {
   color: #FB8DA7;
 }
</style>
background-color css

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

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

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

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

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

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