#FDB58A

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

Shades of Mandys Pink #FDB58A

Tints of Mandys Pink #FDB58A

Color information

#FDB58A (or 0xFDB58A) is unknown color: approx Mandys Pink. HEX triplet: FD, B5 and 8A. RGB value is (253,181,138). Sum of RGB (Red+Green+Blue) = 253+181+138=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB58A is #024A75. Grayscale: #C5C5C5. Windows color (decimal): -150134 or 9090557. OLE color: 9090557.

HSL color Cylindrical-coordinate representation of color #FDB58A: hue angle of 22.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDB58A is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253181138-
CMYK00.280.450.01
HSL22.43º96.64%76.67%-
HSV(B)22.43º45.45%99.22%-
XYZ61.6255.7731.56-
YUV197.6394.35167.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 138 (54.30% from 255) = 24.13%
R=44.23%
G=31.64%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318113800.280.450.0122.4396.6476.67
HexFDB58A01C2D116614d
Octal37526521203455126141115
Binary11111101101101011000101001110010110111011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB58A; }

 p { color: rgb(253,181,138); }

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

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

 a { background-color: rgb(253,181,138); }

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

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

 span { border-color: rgb(253,181,138); }

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