#FDBAA0

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

Shades of Mandys Pink #FDBAA0

Tints of Mandys Pink #FDBAA0

Color information

#FDBAA0 (or 0xFDBAA0) is unknown color: approx Mandys Pink. HEX triplet: FD, BA and A0. RGB value is (253,186,160). Sum of RGB (Red+Green+Blue) = 253+186+160=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAA0 is #02455F. Grayscale: #CBCBCB. Windows color (decimal): -148832 or 10533629. OLE color: 10533629.

HSL color Cylindrical-coordinate representation of color #FDBAA0: hue angle of 16.77º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDBAA0 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB253186160-
CMYK00.260.370.01
HSL16.77º95.88%80.98%-
HSV(B)16.77º36.76%99.22%-
XYZ64.4158.5441.16-
YUV203.07103.7163.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 160 (62.89% from 255) = 26.71%
R=42.24%
G=31.05%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318616000.260.370.0116.7795.8880.98
HexFDBAA001A251116051
Octal37527224003245121140121
Binary11111101101110101010000001101010010111000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAA0; }

 p { color: rgb(253,186,160); }

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

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

 a { background-color: rgb(253,186,160); }

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

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

 span { border-color: rgb(253,186,160); }

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