#FDBABE

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

Shades of Light Pink #FDBABE

Tints of Light Pink #FDBABE

Color information

#FDBABE (or 0xFDBABE) is unknown color: approx Light Pink. HEX triplet: FD, BA and BE. RGB value is (253,186,190). Sum of RGB (Red+Green+Blue) = 253+186+190=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBABE is #024541. Grayscale: #CECECE. Windows color (decimal): -148802 or 12499709. OLE color: 12499709.

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

Color convert

RGB253186190-
CMYK00.260.250.01
HSL356.42º94.37%86.08%-
HSV(B)356.42º26.48%99.22%-
XYZ67.3659.7256.69-
YUV206.49118.7161.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=40.22%
G=29.57%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318619000.260.250.01356.4294.3786.08
HexFDBABE01A1911645e56
Octal375272276032311544136126
Binary11111101101110101011111001101011001110110010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBABE; }

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

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

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

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

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

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

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

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