#FDBACA

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

Shades of Pink #FDBACA

Tints of Pink #FDBACA

Color information

#FDBACA (or 0xFDBACA) is unknown color: approx Pink. HEX triplet: FD, BA and CA. RGB value is (253,186,202). Sum of RGB (Red+Green+Blue) = 253+186+202=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBACA is #024535. Grayscale: #CFCFCF. Windows color (decimal): -148790 or 13286141. OLE color: 13286141.

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

Color convert

RGB253186202-
CMYK00.260.200.01
HSL345.67º94.37%86.08%-
HSV(B)345.67º26.48%99.22%-
XYZ68.7360.2663.89-
YUV207.86124.7160.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=39.47%
G=29.02%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318620200.260.200.01345.6794.3786.08
HexFDBACA01A14115a5e56
Octal375272312032241532136126
Binary11111101101110101100101001101010100110101101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBACA; }

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

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

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

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

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

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

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

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