#FB8FAE

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

Shades of Mauvelous #FB8FAE

Tints of Mauvelous #FB8FAE

Color information

#FB8FAE (or 0xFB8FAE) is unknown color: approx Mauvelous. HEX triplet: FB, 8F and AE. RGB value is (251,143,174). Sum of RGB (Red+Green+Blue) = 251+143+174=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8FAE is #047051. Grayscale: #B2B2B2. Windows color (decimal): -290898 or 11440123. OLE color: 11440123.

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

Color convert

RGB251143174-
CMYK00.430.310.02
HSL342.78º93.1%77.25%-
HSV(B)342.78º43.03%98.43%-
XYZ57.2543.2145.37-
YUV178.83125.28179.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 174 (68.36% from 255) = 30.63%
R=44.19%
G=25.18%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114317400.430.310.02342.7893.177.25
HexFB8FAE02B1F21575d4d
Octal373217256053372527135115
Binary1111101110001111101011100101011111111010101011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8FAE; }

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

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

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

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

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

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

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

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