#FB8DAE

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

Shades of Mauvelous #FB8DAE

Tints of Mauvelous #FB8DAE

Color information

#FB8DAE (or 0xFB8DAE) is unknown color: approx Mauvelous. HEX triplet: FB, 8D and AE. RGB value is (251,141,174). Sum of RGB (Red+Green+Blue) = 251+141+174=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8DAE is #047251. Grayscale: #B1B1B1. Windows color (decimal): -291410 or 11439611. OLE color: 11439611.

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

Color convert

RGB251141174-
CMYK00.440.310.02
HSL342º93.22%76.86%-
HSV(B)342º43.82%98.43%-
XYZ56.9542.6145.27-
YUV177.65125.94180.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=44.35%
G=24.91%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114117400.440.310.0234293.2276.86
HexFB8DAE02C1F21565d4d
Octal373215256054372526135115
Binary1111101110001101101011100101100111111010101011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DAE; }

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

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

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

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

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

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

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

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