#FDB69A

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

Shades of Mandys Pink #FDB69A

Tints of Mandys Pink #FDB69A

Color information

#FDB69A (or 0xFDB69A) is unknown color: approx Mandys Pink. HEX triplet: FD, B6 and 9A. RGB value is (253,182,154). Sum of RGB (Red+Green+Blue) = 253+182+154=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB69A is #024965. Grayscale: #C8C8C8. Windows color (decimal): -149862 or 10139389. OLE color: 10139389.

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

Color convert

RGB253182154-
CMYK00.280.390.01
HSL16.97º96.12%79.8%-
HSV(B)16.97º39.13%99.22%-
XYZ63.0756.6738.19-
YUV200.04102.02165.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 154 (60.55% from 255) = 26.15%
R=42.95%
G=30.90%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318215400.280.390.0116.9796.1279.8
HexFDB69A01C271116050
Octal37526623203447121140120
Binary11111101101101101001101001110010011111000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB69A; }

 p { color: rgb(253,182,154); }

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

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

 a { background-color: rgb(253,182,154); }

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

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

 span { border-color: rgb(253,182,154); }

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