#FBB08C

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

Shades of Mandys Pink #FBB08C

Tints of Mandys Pink #FBB08C

Color information

#FBB08C (or 0xFBB08C) is unknown color: approx Mandys Pink. HEX triplet: FB, B0 and 8C. RGB value is (251,176,140). Sum of RGB (Red+Green+Blue) = 251+176+140=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB08C is #044F73. Grayscale: #C2C2C2. Windows color (decimal): -282484 or 9220347. OLE color: 9220347.

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

Color convert

RGB251176140-
CMYK00.300.440.02
HSL19.46º93.28%76.67%-
HSV(B)19.46º44.22%98.43%-
XYZ60.0453.4531.96-
YUV194.3297.35168.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 140 (55.08% from 255) = 24.69%
R=44.27%
G=31.04%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117614000.300.440.0219.4693.2876.67
HexFBB08C01E2C2135d4d
Octal37326021403654223135115
Binary111110111011000010001100011110101100101001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB08C; }

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

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

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

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

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

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

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

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