#FDB8A1

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

Shades of Mandys Pink #FDB8A1

Tints of Mandys Pink #FDB8A1

Color information

#FDB8A1 (or 0xFDB8A1) is unknown color: approx Mandys Pink. HEX triplet: FD, B8 and A1. RGB value is (253,184,161). Sum of RGB (Red+Green+Blue) = 253+184+161=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 161 (63.28% from 255 or 26.92% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB8A1 is #02475E. Grayscale: #CACACA. Windows color (decimal): -149343 or 10598653. OLE color: 10598653.

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

Color convert

RGB253184161-
CMYK00.270.360.01
HSL15º95.83%81.18%-
HSV(B)15º36.36%99.22%-
XYZ64.0857.7441.49-
YUV202.01104.86164.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 184 (72.27% from 255) = 30.77%
BLUE value IS 161 (63.28% from 255) = 26.92%
R=42.31%
G=30.77%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318416100.270.360.011595.8381.18
HexFDB8A101B241f6051
Octal37527024103344117140121
Binary1111110110111000101000010110111001001111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB8A1; }

 p { color: rgb(253,184,161); }

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

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

 a { background-color: rgb(253,184,161); }

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

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

 span { border-color: rgb(253,184,161); }

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