#FB94A4

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

Shades of Mauvelous #FB94A4

Tints of Mauvelous #FB94A4

Color information

#FB94A4 (or 0xFB94A4) is unknown color: approx Mauvelous. HEX triplet: FB, 94 and A4. RGB value is (251,148,164). Sum of RGB (Red+Green+Blue) = 251+148+164=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB94A4 is #046B5B. Grayscale: #B4B4B4. Windows color (decimal): -289628 or 10786043. OLE color: 10786043.

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

Color convert

RGB251148164-
CMYK00.410.350.02
HSL350.68º92.79%78.24%-
HSV(B)350.68º41.04%98.43%-
XYZ57.0744.3740.68-
YUV180.62118.62178.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 148 (58.20% from 255) = 26.29%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=44.58%
G=26.29%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114816400.410.350.02350.6892.7978.24
HexFB94A402923215f5d4e
Octal373224244051432537135116
Binary11111011100101001010010001010011000111010101111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB94A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB94A4; }

 p { color: rgb(251,148,164); }

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

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

 a { background-color: rgb(251,148,164); }

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

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

 span { border-color: rgb(251,148,164); }

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