#FDAEB1

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

Shades of Light Pink #FDAEB1

Tints of Light Pink #FDAEB1

Color information

#FDAEB1 (or 0xFDAEB1) is unknown color: approx Light Pink. HEX triplet: FD, AE and B1. RGB value is (253,174,177). Sum of RGB (Red+Green+Blue) = 253+174+177=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAEB1 is #02514E. Grayscale: #C6C6C6. Windows color (decimal): -151887 or 11644669. OLE color: 11644669.

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

Color convert

RGB253174177-
CMYK00.310.300.01
HSL357.72º95.18%83.73%-
HSV(B)357.72º31.23%99.22%-
XYZ63.5854.3348.73-
YUV197.96116.17167.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.89%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=41.89%
G=28.81%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317417700.310.300.01357.7295.1883.73
HexFDAEB101F1E11665f54
Octal375256261037361546137124
Binary11111101101011101011000101111111110110110011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEB1; }

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

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

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

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

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

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

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

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