#FB95A5

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

Shades of Mauvelous #FB95A5

Tints of Mauvelous #FB95A5

Color information

#FB95A5 (or 0xFB95A5) is unknown color: approx Mauvelous. HEX triplet: FB, 95 and A5. RGB value is (251,149,165). Sum of RGB (Red+Green+Blue) = 251+149+165=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB95A5 is #046A5A. Grayscale: #B5B5B5. Windows color (decimal): -289371 or 10851835. OLE color: 10851835.

HSL color Cylindrical-coordinate representation of color #FB95A5: hue angle of 350.59º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB95A5 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB251149165-
CMYK00.410.340.02
HSL350.59º92.73%78.43%-
HSV(B)350.59º40.64%98.43%-
XYZ57.3244.7241.21-
YUV181.32118.79177.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 165 (64.84% from 255) = 29.20%
R=44.42%
G=26.37%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114916500.410.340.02350.5992.7378.43
HexFB95A502922215f5d4e
Octal373225245051422537135116
Binary11111011100101011010010101010011000101010101111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95A5; }

 p { color: rgb(251,149,165); }

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

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

 a { background-color: rgb(251,149,165); }

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

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

 span { border-color: rgb(251,149,165); }

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