#FDABBA

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

Shades of Light Pink #FDABBA

Tints of Light Pink #FDABBA

Color information

#FDABBA (or 0xFDABBA) is unknown color: approx Light Pink. HEX triplet: FD, AB and BA. RGB value is (253,171,186). Sum of RGB (Red+Green+Blue) = 253+171+186=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABBA is #025445. Grayscale: #C5C5C5. Windows color (decimal): -152646 or 12233725. OLE color: 12233725.

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

Color convert

RGB253171186-
CMYK00.320.260.01
HSL349.02º95.35%83.14%-
HSV(B)349.02º32.41%99.22%-
XYZ63.9353.5553.42-
YUV197.23121.67167.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 171 (67.19% from 255) = 28.03%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=41.48%
G=28.03%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317118600.320.260.01349.0295.3583.14
HexFDABBA0201A115d5f53
Octal375253272040321535137123
Binary111111011010101110111010010000011010110101110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABBA; }

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

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

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

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

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

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

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

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