#FB8CAC

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

Shades of Mauvelous #FB8CAC

Tints of Mauvelous #FB8CAC

Color information

#FB8CAC (or 0xFB8CAC) is unknown color: approx Mauvelous. HEX triplet: FB, 8C and AC. RGB value is (251,140,172). Sum of RGB (Red+Green+Blue) = 251+140+172=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8CAC is #047353. Grayscale: #B0B0B0. Windows color (decimal): -291668 or 11308283. OLE color: 11308283.

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

Color convert

RGB251140172-
CMYK00.440.310.02
HSL342.7º93.28%76.67%-
HSV(B)342.7º44.22%98.43%-
XYZ56.6142.2444.2-
YUV176.84125.27180.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=44.58%
G=24.87%
B=30.55%

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
Decimal25114017200.440.310.02342.793.2876.67
HexFB8CAC02C1F21575d4d
Octal373214254054372527135115
Binary1111101110001100101011000101100111111010101011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8CAC; }

 p { color: rgb(251,140,172); }

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

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

 a { background-color: rgb(251,140,172); }

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

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

 span { border-color: rgb(251,140,172); }

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