#FBB38F

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

Shades of Mandys Pink #FBB38F

Tints of Mandys Pink #FBB38F

Color information

#FBB38F (or 0xFBB38F) is unknown color: approx Mandys Pink. HEX triplet: FB, B3 and 8F. RGB value is (251,179,143). Sum of RGB (Red+Green+Blue) = 251+179+143=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB38F is #044C70. Grayscale: #C4C4C4. Windows color (decimal): -281713 or 9417723. OLE color: 9417723.

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

Color convert

RGB251179143-
CMYK00.290.430.02
HSL20º93.1%77.25%-
HSV(B)20º43.03%98.43%-
XYZ60.8654.7333.34-
YUV196.4297.85166.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 143 (56.25% from 255) = 24.96%
R=43.80%
G=31.24%
B=24.96%

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
Decimal25117914300.290.430.022093.177.25
HexFBB38F01D2B2145d4d
Octal37326321703553224135115
Binary111110111011001110001111011101101011101010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB38F; }

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

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

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

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

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

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

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

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