#FDBA9C

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

Shades of Mandys Pink #FDBA9C

Tints of Mandys Pink #FDBA9C

Color information

#FDBA9C (or 0xFDBA9C) is unknown color: approx Mandys Pink. HEX triplet: FD, BA and 9C. RGB value is (253,186,156). Sum of RGB (Red+Green+Blue) = 253+186+156=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA9C is #024563. Grayscale: #CACACA. Windows color (decimal): -148836 or 10271485. OLE color: 10271485.

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

Color convert

RGB253186156-
CMYK00.260.380.01
HSL18.56º96.04%80.2%-
HSV(B)18.56º38.34%99.22%-
XYZ64.0758.439.35-
YUV202.61101.7163.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 156 (61.33% from 255) = 26.22%
R=42.52%
G=31.26%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318615600.260.380.0118.5696.0480.2
HexFDBA9C01A261136050
Octal37527223403246123140120
Binary11111101101110101001110001101010011011001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBA9C; }

 p { color: rgb(253,186,156); }

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

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

 a { background-color: rgb(253,186,156); }

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

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

 span { border-color: rgb(253,186,156); }

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