#FDBAC0

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

Shades of Light Pink #FDBAC0

Tints of Light Pink #FDBAC0

Color information

#FDBAC0 (or 0xFDBAC0) is unknown color: approx Light Pink. HEX triplet: FD, BA and C0. RGB value is (253,186,192). Sum of RGB (Red+Green+Blue) = 253+186+192=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAC0 is #02453F. Grayscale: #CECECE. Windows color (decimal): -148800 or 12630781. OLE color: 12630781.

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

Color convert

RGB253186192-
CMYK00.260.240.01
HSL354.63º94.37%86.08%-
HSV(B)354.63º26.48%99.22%-
XYZ67.5859.8157.85-
YUV206.72119.7161.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.10%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 192 (75.39% from 255) = 30.43%
R=40.10%
G=29.48%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318619200.260.240.01354.6394.3786.08
HexFDBAC001A1811635e56
Octal375272300032301543136126
Binary11111101101110101100000001101011000110110001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAC0; }

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

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

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

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

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

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

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

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