#FDAEB9

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

Shades of Light Pink #FDAEB9

Tints of Light Pink #FDAEB9

Color information

#FDAEB9 (or 0xFDAEB9) is unknown color: approx Light Pink. HEX triplet: FD, AE and B9. RGB value is (253,174,185). Sum of RGB (Red+Green+Blue) = 253+174+185=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEB9 is #025146. Grayscale: #C6C6C6. Windows color (decimal): -151879 or 12168957. OLE color: 12168957.

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

Color convert

RGB253174185-
CMYK00.310.270.01
HSL351.65º95.18%83.73%-
HSV(B)351.65º31.23%99.22%-
XYZ64.454.6653.05-
YUV198.87120.17166.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 185 (72.66% from 255) = 30.23%
R=41.34%
G=28.43%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317418500.310.270.01351.6595.1883.73
HexFDAEB901F1B11605f54
Octal375256271037331540137124
Binary11111101101011101011100101111111011110110000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEB9; }

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

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

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

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

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

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

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

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