#FDAE8B

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

Shades of Mandys Pink #FDAE8B

Tints of Mandys Pink #FDAE8B

Color information

#FDAE8B (or 0xFDAE8B) is unknown color: approx Mandys Pink. HEX triplet: FD, AE and 8B. RGB value is (253,174,139). Sum of RGB (Red+Green+Blue) = 253+174+139=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAE8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAE8B is #025174. Grayscale: #C1C1C1. Windows color (decimal): -151925 or 9154301. OLE color: 9154301.

HSL color Cylindrical-coordinate representation of color #FDAE8B: hue angle of 18.42º 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 #FDAE8B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB253174139-
CMYK00.310.450.01
HSL18.42º96.61%76.86%-
HSV(B)18.42º45.06%99.22%-
XYZ60.353.0231.48-
YUV193.6397.17170.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 139 (54.69% from 255) = 24.56%
R=44.70%
G=30.74%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317413900.310.450.0118.4296.6176.86
HexFDAE8B01F2D112614d
Octal37525621303755122141115
Binary11111101101011101000101101111110110111001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAE8B; }

 p { color: rgb(253,174,139); }

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

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

 a { background-color: rgb(253,174,139); }

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

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

 span { border-color: rgb(253,174,139); }

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