#FBB994

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

Shades of Mandys Pink #FBB994

Tints of Mandys Pink #FBB994

Color information

#FBB994 (or 0xFBB994) is unknown color: approx Mandys Pink. HEX triplet: FB, B9 and 94. RGB value is (251,185,148). Sum of RGB (Red+Green+Blue) = 251+185+148=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB994 is #04466B. Grayscale: #C8C8C8. Windows color (decimal): -280172 or 9746939. OLE color: 9746939.

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

Color convert

RGB251185148-
CMYK00.260.410.02
HSL21.55º92.79%78.24%-
HSV(B)21.55º41.04%98.43%-
XYZ62.4857.3535.79-
YUV200.5298.37164.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 185 (72.66% from 255) = 31.68%
BLUE value IS 148 (58.20% from 255) = 25.34%
R=42.98%
G=31.68%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118514800.260.410.0221.5592.7978.24
HexFBB99401A292165d4e
Octal37327122403251226135116
Binary111110111011100110010100011010101001101011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB994; }

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

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

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

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

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

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

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

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