#FBB294

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

Shades of Mandys Pink #FBB294

Tints of Mandys Pink #FBB294

Color information

#FBB294 (or 0xFBB294) is unknown color: approx Mandys Pink. HEX triplet: FB, B2 and 94. RGB value is (251,178,148). Sum of RGB (Red+Green+Blue) = 251+178+148=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB294 is #044D6B. Grayscale: #C4C4C4. Windows color (decimal): -281964 or 9745147. OLE color: 9745147.

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

Color convert

RGB251178148-
CMYK00.290.410.02
HSL17.48º92.79%78.24%-
HSV(B)17.48º41.04%98.43%-
XYZ61.0554.4935.32-
YUV196.41100.68166.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 148 (58.20% from 255) = 25.65%
R=43.50%
G=30.85%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117814800.290.410.0217.4892.7978.24
HexFBB29401D292115d4e
Octal37326222403551221135116
Binary111110111011001010010100011101101001101000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB294; }

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

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

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

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

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

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

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

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