#FDABB5

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

Shades of Light Pink #FDABB5

Tints of Light Pink #FDABB5

Color information

#FDABB5 (or 0xFDABB5) is unknown color: approx Light Pink. HEX triplet: FD, AB and B5. RGB value is (253,171,181). Sum of RGB (Red+Green+Blue) = 253+171+181=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABB5 is #02544A. Grayscale: #C4C4C4. Windows color (decimal): -152651 or 11906045. OLE color: 11906045.

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

Color convert

RGB253171181-
CMYK00.320.280.01
HSL352.68º95.35%83.14%-
HSV(B)352.68º32.41%99.22%-
XYZ63.4153.3450.67-
YUV196.66119.17168.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 181 (71.09% from 255) = 29.92%
R=41.82%
G=28.26%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317118100.320.280.01352.6895.3583.14
HexFDABB50201C11615f53
Octal375253265040341541137123
Binary111111011010101110110101010000011100110110000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABB5; }

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

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

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

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

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

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

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

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