#FBB08F

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

Shades of Mandys Pink #FBB08F

Tints of Mandys Pink #FBB08F

Color information

#FBB08F (or 0xFBB08F) is unknown color: approx Mandys Pink. HEX triplet: FB, B0 and 8F. RGB value is (251,176,143). Sum of RGB (Red+Green+Blue) = 251+176+143=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB08F is #044F70. Grayscale: #C2C2C2. Windows color (decimal): -282481 or 9416955. OLE color: 9416955.

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

Color convert

RGB251176143-
CMYK00.300.430.02
HSL18.33º93.1%77.25%-
HSV(B)18.33º43.03%98.43%-
XYZ60.2753.5433.15-
YUV194.6698.85168.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 176 (69.14% from 255) = 30.88%
BLUE value IS 143 (56.25% from 255) = 25.09%
R=44.04%
G=30.88%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117614300.300.430.0218.3393.177.25
HexFBB08F01E2B2125d4d
Octal37326021703653222135115
Binary111110111011000010001111011110101011101001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB08F; }

 p { color: rgb(251,176,143); }

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

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

 a { background-color: rgb(251,176,143); }

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

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

 span { border-color: rgb(251,176,143); }

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