#FDBA9D

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

Shades of Mandys Pink #FDBA9D

Tints of Mandys Pink #FDBA9D

Color information

#FDBA9D (or 0xFDBA9D) is unknown color: approx Mandys Pink. HEX triplet: FD, BA and 9D. RGB value is (253,186,157). Sum of RGB (Red+Green+Blue) = 253+186+157=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA9D is #024562. Grayscale: #CACACA. Windows color (decimal): -148835 or 10337021. OLE color: 10337021.

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

Color convert

RGB253186157-
CMYK00.260.380.01
HSL18.13º96%80.39%-
HSV(B)18.13º37.94%99.22%-
XYZ64.1558.4339.8-
YUV202.73102.2163.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 157 (61.72% from 255) = 26.34%
R=42.45%
G=31.21%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318615700.260.380.0118.139680.39
HexFDBA9D01A261126050
Octal37527223503246122140120
Binary11111101101110101001110101101010011011001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBA9D; }

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

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

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

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

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

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

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

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