#FDA9B7

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

Shades of Light Pink #FDA9B7

Tints of Light Pink #FDA9B7

Color information

#FDA9B7 (or 0xFDA9B7) is unknown color: approx Light Pink. HEX triplet: FD, A9 and B7. RGB value is (253,169,183). Sum of RGB (Red+Green+Blue) = 253+169+183=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9B7 is #025648. Grayscale: #C3C3C3. Windows color (decimal): -153161 or 12036605. OLE color: 12036605.

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

Color convert

RGB253169183-
CMYK00.330.280.01
HSL350º95.45%82.75%-
HSV(B)350º33.2%99.22%-
XYZ63.2452.6851.63-
YUV195.71120.83168.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 169 (66.41% from 255) = 27.93%
BLUE value IS 183 (71.88% from 255) = 30.25%
R=41.82%
G=27.93%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316918300.330.280.0135095.4582.75
HexFDA9B70211C115e5f53
Octal375251267041341536137123
Binary111111011010100110110111010000111100110101111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9B7; }

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

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

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

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

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

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

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

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