#FDBACC

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

Shades of Pink #FDBACC

Tints of Pink #FDBACC

Color information

#FDBACC (or 0xFDBACC) is unknown color: approx Pink. HEX triplet: FD, BA and CC. RGB value is (253,186,204). Sum of RGB (Red+Green+Blue) = 253+186+204=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBACC is #024533. Grayscale: #D0D0D0. Windows color (decimal): -148788 or 13417213. OLE color: 13417213.

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

Color convert

RGB253186204-
CMYK00.260.190.01
HSL343.88º94.37%86.08%-
HSV(B)343.88º26.48%99.22%-
XYZ68.9760.3665.14-
YUV208.08125.7160.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.35%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=39.35%
G=28.93%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318620400.260.190.01343.8894.3786.08
HexFDBACC01A1311585e56
Octal375272314032231530136126
Binary11111101101110101100110001101010011110101100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBACC; }

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

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

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

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

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

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

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

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