#FBB6A0

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

Shades of Mandys Pink #FBB6A0

Tints of Mandys Pink #FBB6A0

Color information

#FBB6A0 (or 0xFBB6A0) is unknown color: approx Mandys Pink. HEX triplet: FB, B6 and A0. RGB value is (251,182,160). Sum of RGB (Red+Green+Blue) = 251+182+160=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB6A0 is #04495F. Grayscale: #C8C8C8. Windows color (decimal): -280928 or 10532603. OLE color: 10532603.

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

Color convert

RGB251182160-
CMYK00.270.360.02
HSL14.51º91.92%80.59%-
HSV(B)14.51º36.25%98.43%-
XYZ62.8656.540.85-
YUV200.12105.36164.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.33%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 160 (62.89% from 255) = 26.98%
R=42.33%
G=30.69%
B=26.98%

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
Decimal25118216000.270.360.0214.5191.9280.59
HexFBB6A001B242f5c51
Octal37326624003344217134121
Binary11111011101101101010000001101110010010111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6A0; }

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

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

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

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

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

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

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

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