#FBB8A0

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

Shades of Mandys Pink #FBB8A0

Tints of Mandys Pink #FBB8A0

Color information

#FBB8A0 (or 0xFBB8A0) is unknown color: approx Mandys Pink. HEX triplet: FB, B8 and A0. RGB value is (251,184,160). Sum of RGB (Red+Green+Blue) = 251+184+160=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB8A0 is #04475F. Grayscale: #C9C9C9. Windows color (decimal): -280416 or 10533115. OLE color: 10533115.

HSL color Cylindrical-coordinate representation of color #FBB8A0: hue angle of 15.82º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBB8A0 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB251184160-
CMYK00.270.360.02
HSL15.82º91.92%80.59%-
HSV(B)15.82º36.25%98.43%-
XYZ63.2757.3340.99-
YUV201.3104.7163.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 184 (72.27% from 255) = 30.92%
BLUE value IS 160 (62.89% from 255) = 26.89%
R=42.18%
G=30.92%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118416000.270.360.0215.8291.9280.59
HexFBB8A001B242105c51
Octal37327024003344220134121
Binary111110111011100010100000011011100100101000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8A0; }

 p { color: rgb(251,184,160); }

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

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

 a { background-color: rgb(251,184,160); }

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

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

 span { border-color: rgb(251,184,160); }

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