#FDBC9F

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

Shades of Mandys Pink #FDBC9F

Tints of Mandys Pink #FDBC9F

Color information

#FDBC9F (or 0xFDBC9F) is unknown color: approx Mandys Pink. HEX triplet: FD, BC and 9F. RGB value is (253,188,159). Sum of RGB (Red+Green+Blue) = 253+188+159=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBC9F is #024360. Grayscale: #CCCCCC. Windows color (decimal): -148321 or 10468605. OLE color: 10468605.

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

Color convert

RGB253188159-
CMYK00.260.370.01
HSL18.51º95.92%80.78%-
HSV(B)18.51º37.15%99.22%-
XYZ64.7559.3540.84-
YUV204.13102.53162.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 188 (73.83% from 255) = 31.33%
BLUE value IS 159 (62.5% from 255) = 26.5%
R=42.17%
G=31.33%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318815900.260.370.0118.5195.9280.78
HexFDBC9F01A251136051
Octal37527423703245123140121
Binary11111101101111001001111101101010010111001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBC9F; }

 p { color: rgb(253,188,159); }

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

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

 a { background-color: rgb(253,188,159); }

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

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

 span { border-color: rgb(253,188,159); }

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