#FBB290

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

Shades of Mandys Pink #FBB290

Tints of Mandys Pink #FBB290

Color information

#FBB290 (or 0xFBB290) is unknown color: approx Mandys Pink. HEX triplet: FB, B2 and 90. RGB value is (251,178,144). Sum of RGB (Red+Green+Blue) = 251+178+144=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB290 is #044D6F. Grayscale: #C4C4C4. Windows color (decimal): -281968 or 9483003. OLE color: 9483003.

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

Color convert

RGB251178144-
CMYK00.290.430.02
HSL19.07º93.04%77.45%-
HSV(B)19.07º42.63%98.43%-
XYZ60.7454.3633.68-
YUV195.9598.68167.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 144 (56.64% from 255) = 25.13%
R=43.80%
G=31.06%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117814400.290.430.0219.0793.0477.45
HexFBB29001D2B2135d4d
Octal37326222003553223135115
Binary111110111011001010010000011101101011101001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB290; }

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

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

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

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

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

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

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

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