#FDBAC1

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

Shades of Light Pink #FDBAC1

Tints of Light Pink #FDBAC1

Color information

#FDBAC1 (or 0xFDBAC1) is unknown color: approx Light Pink. HEX triplet: FD, BA and C1. RGB value is (253,186,193). Sum of RGB (Red+Green+Blue) = 253+186+193=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAC1 is #02453E. Grayscale: #CECECE. Windows color (decimal): -148799 or 12696317. OLE color: 12696317.

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

Color convert

RGB253186193-
CMYK00.260.240.01
HSL353.73º94.37%86.08%-
HSV(B)353.73º26.48%99.22%-
XYZ67.6959.8558.44-
YUV206.83120.2160.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 193 (75.78% from 255) = 30.54%
R=40.03%
G=29.43%
B=30.54%

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
Decimal25318619300.260.240.01353.7394.3786.08
HexFDBAC101A1811625e56
Octal375272301032301542136126
Binary11111101101110101100000101101011000110110001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAC1; }

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

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

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

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

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

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

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

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