#FDABB7

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

Shades of Light Pink #FDABB7

Tints of Light Pink #FDABB7

Color information

#FDABB7 (or 0xFDABB7) is unknown color: approx Light Pink. HEX triplet: FD, AB and B7. RGB value is (253,171,183). Sum of RGB (Red+Green+Blue) = 253+171+183=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABB7 is #025448. Grayscale: #C4C4C4. Windows color (decimal): -152649 or 12037117. OLE color: 12037117.

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

Color convert

RGB253171183-
CMYK00.320.280.01
HSL351.22º95.35%83.14%-
HSV(B)351.22º32.41%99.22%-
XYZ63.6253.4351.76-
YUV196.89120.17168.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.68%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 183 (71.88% from 255) = 30.15%
R=41.68%
G=28.17%
B=30.15%

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
Decimal25317118300.320.280.01351.2295.3583.14
HexFDABB70201C115f5f53
Octal375253267040341537137123
Binary111111011010101110110111010000011100110101111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDABB7; }

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

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

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

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

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

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

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

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