#FDA5B1

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

Shades of Light Pink #FDA5B1

Tints of Light Pink #FDA5B1

Color information

#FDA5B1 (or 0xFDA5B1) is unknown color: approx Light Pink. HEX triplet: FD, A5 and B1. RGB value is (253,165,177). Sum of RGB (Red+Green+Blue) = 253+165+177=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA5B1 is #025A4E. Grayscale: #C0C0C0. Windows color (decimal): -154191 or 11642365. OLE color: 11642365.

HSL color Cylindrical-coordinate representation of color #FDA5B1: hue angle of 351.82º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5B1 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253165177-
CMYK00.350.300.01
HSL351.82º95.65%81.96%-
HSV(B)351.82º34.78%99.22%-
XYZ61.950.9748.17-
YUV192.68119.15171.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 177 (69.53% from 255) = 29.75%
R=42.52%
G=27.73%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316517700.350.300.01351.8295.6581.96
HexFDA5B10231E11606052
Octal375245261043361540140122
Binary111111011010010110110001010001111110110110000011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA5B1; }

 p { color: rgb(253,165,177); }

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

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

 a { background-color: rgb(253,165,177); }

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

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

 span { border-color: rgb(253,165,177); }

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