#FDBAB9

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

Shades of Your Pink #FDBAB9

Tints of Your Pink #FDBAB9

Color information

#FDBAB9 (or 0xFDBAB9) is unknown color: approx Your Pink. HEX triplet: FD, BA and B9. RGB value is (253,186,185). Sum of RGB (Red+Green+Blue) = 253+186+185=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAB9 is #024546. Grayscale: #CDCDCD. Windows color (decimal): -148807 or 12172029. OLE color: 12172029.

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

Color convert

RGB253186185-
CMYK00.260.270.01
HSL0.88º94.44%85.88%-
HSV(B)0.88º26.88%99.22%-
XYZ66.8259.553.86-
YUV205.92116.2161.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 185 (72.66% from 255) = 29.65%
R=40.54%
G=29.81%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318618500.260.270.010.8894.4485.88
HexFDBAB901A1B115e56
Octal3752722710323311136126
Binary111111011011101010111001011010110111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAB9; }

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

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

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

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

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

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

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

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