#FDB49A

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

Shades of Mandys Pink #FDB49A

Tints of Mandys Pink #FDB49A

Color information

#FDB49A (or 0xFDB49A) is unknown color: approx Mandys Pink. HEX triplet: FD, B4 and 9A. RGB value is (253,180,154). Sum of RGB (Red+Green+Blue) = 253+180+154=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 180 (70.70% from 255 or 30.66% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB49A is #024B65. Grayscale: #C7C7C7. Windows color (decimal): -150374 or 10138877. OLE color: 10138877.

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

Color convert

RGB253180154-
CMYK00.290.390.01
HSL15.76º96.12%79.8%-
HSV(B)15.76º39.13%99.22%-
XYZ62.6655.8638.05-
YUV198.86102.68166.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.10%
GREEN value IS 180 (70.70% from 255) = 30.66%
BLUE value IS 154 (60.55% from 255) = 26.24%
R=43.10%
G=30.66%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318015400.290.390.0115.7696.1279.8
HexFDB49A01D271106050
Octal37526423203547120140120
Binary11111101101101001001101001110110011111000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB49A; }

 p { color: rgb(253,180,154); }

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

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

 a { background-color: rgb(253,180,154); }

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

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

 span { border-color: rgb(253,180,154); }

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