#FB95A8

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

Shades of Mauvelous #FB95A8

Tints of Mauvelous #FB95A8

Color information

#FB95A8 (or 0xFB95A8) is unknown color: approx Mauvelous. HEX triplet: FB, 95 and A8. RGB value is (251,149,168). Sum of RGB (Red+Green+Blue) = 251+149+168=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB95A8 is #046A57. Grayscale: #B5B5B5. Windows color (decimal): -289368 or 11048443. OLE color: 11048443.

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

Color convert

RGB251149168-
CMYK00.410.330.02
HSL348.82º92.73%78.43%-
HSV(B)348.82º40.64%98.43%-
XYZ57.644.8342.66-
YUV181.66120.29177.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 168 (66.02% from 255) = 29.58%
R=44.19%
G=26.23%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114916800.410.330.02348.8292.7378.43
HexFB95A802921215d5d4e
Octal373225250051412535135116
Binary11111011100101011010100001010011000011010101110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB95A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB95A8; }

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

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

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

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

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

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

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

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