#FDB38A

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

Shades of Mandys Pink #FDB38A

Tints of Mandys Pink #FDB38A

Color information

#FDB38A (or 0xFDB38A) is unknown color: approx Mandys Pink. HEX triplet: FD, B3 and 8A. RGB value is (253,179,138). Sum of RGB (Red+Green+Blue) = 253+179+138=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB38A is #024C75. Grayscale: #C4C4C4. Windows color (decimal): -150646 or 9090045. OLE color: 9090045.

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

Color convert

RGB253179138-
CMYK00.290.450.01
HSL21.39º96.64%76.67%-
HSV(B)21.39º45.45%99.22%-
XYZ61.2254.9631.43-
YUV196.4595.02168.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.39%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 138 (54.30% from 255) = 24.21%
R=44.39%
G=31.40%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317913800.290.450.0121.3996.6476.67
HexFDB38A01D2D115614d
Octal37526321203555125141115
Binary11111101101100111000101001110110110111010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB38A; }

 p { color: rgb(253,179,138); }

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

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

 a { background-color: rgb(253,179,138); }

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

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

 span { border-color: rgb(253,179,138); }

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