#FB8FAF

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

Shades of Mauvelous #FB8FAF

Tints of Mauvelous #FB8FAF

Color information

#FB8FAF (or 0xFB8FAF) is unknown color: approx Mauvelous. HEX triplet: FB, 8F and AF. RGB value is (251,143,175). Sum of RGB (Red+Green+Blue) = 251+143+175=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8FAF is #047050. Grayscale: #B2B2B2. Windows color (decimal): -290897 or 11505659. OLE color: 11505659.

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

Color convert

RGB251143175-
CMYK00.430.300.02
HSL342.22º93.1%77.25%-
HSV(B)342.22º43.03%98.43%-
XYZ57.3443.2545.88-
YUV178.94125.78179.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=44.11%
G=25.13%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114317500.430.300.02342.2293.177.25
HexFB8FAF02B1E21565d4d
Octal373217257053362526135115
Binary1111101110001111101011110101011111101010101011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8FAF; }

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

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

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

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

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

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

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

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