#FDB08A

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

Shades of Mandys Pink #FDB08A

Tints of Mandys Pink #FDB08A

Color information

#FDB08A (or 0xFDB08A) is unknown color: approx Mandys Pink. HEX triplet: FD, B0 and 8A. RGB value is (253,176,138). Sum of RGB (Red+Green+Blue) = 253+176+138=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB08A is #024F75. Grayscale: #C2C2C2. Windows color (decimal): -151414 or 9089277. OLE color: 9089277.

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

Color convert

RGB253176138-
CMYK00.300.450.01
HSL19.83º96.64%76.67%-
HSV(B)19.83º45.45%99.22%-
XYZ60.6253.7731.23-
YUV194.6996.01169.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.62%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 138 (54.30% from 255) = 24.34%
R=44.62%
G=31.04%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317613800.300.450.0119.8396.6476.67
HexFDB08A01E2D114614d
Octal37526021203655124141115
Binary11111101101100001000101001111010110111010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB08A; }

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

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

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

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

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

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

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

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