#F5AEB9

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

Shades of Light Pink #F5AEB9

Tints of Light Pink #F5AEB9

Color information

#F5AEB9 (or 0xF5AEB9) is unknown color: approx Light Pink. HEX triplet: F5, AE and B9. RGB value is (245,174,185). Sum of RGB (Red+Green+Blue) = 245+174+185=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEB9 is #0A5146. Grayscale: #C4C4C4. Windows color (decimal): -676167 or 12168949. OLE color: 12168949.

HSL color Cylindrical-coordinate representation of color #F5AEB9: hue angle of 350.7º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AEB9 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245174185-
CMYK00.290.240.04
HSL350.7º78.02%82.16%-
HSV(B)350.7º28.98%96.08%-
XYZ61.5553.1952.92-
YUV196.48121.52162.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 174 (68.36% from 255) = 28.81%
BLUE value IS 185 (72.66% from 255) = 30.63%
R=40.56%
G=28.81%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517418500.290.240.04350.778.0282.16
HexF5AEB901D18415f4e52
Octal365256271035304537116122
Binary1111010110101110101110010111011100010010101111110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEB9; }

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

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

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

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

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

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

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

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