#FDBA90

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

Shades of Mandys Pink #FDBA90

Tints of Mandys Pink #FDBA90

Color information

#FDBA90 (or 0xFDBA90) is unknown color: approx Mandys Pink. HEX triplet: FD, BA and 90. RGB value is (253,186,144). Sum of RGB (Red+Green+Blue) = 253+186+144=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA90 is #02456F. Grayscale: #C9C9C9. Windows color (decimal): -148848 or 9485053. OLE color: 9485053.

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

Color convert

RGB253186144-
CMYK00.260.430.01
HSL23.12º96.46%77.84%-
HSV(B)23.12º43.08%99.22%-
XYZ63.158.0134.26-
YUV201.2495.7164.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.40%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 144 (56.64% from 255) = 24.70%
R=43.40%
G=31.90%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318614400.260.430.0123.1296.4677.84
HexFDBA9001A2B117604e
Octal37527222003253127140116
Binary11111101101110101001000001101010101111011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBA90; }

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

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

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

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

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

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

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

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