#F5AEB5

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

Shades of Light Pink #F5AEB5

Tints of Light Pink #F5AEB5

Color information

#F5AEB5 (or 0xF5AEB5) is unknown color: approx Light Pink. HEX triplet: F5, AE and B5. RGB value is (245,174,181). Sum of RGB (Red+Green+Blue) = 245+174+181=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEB5 is #0A514A. Grayscale: #C4C4C4. Windows color (decimal): -676171 or 11906805. OLE color: 11906805.

HSL color Cylindrical-coordinate representation of color #F5AEB5: hue angle of 354.08º 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 #F5AEB5 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB245174181-
CMYK00.290.260.04
HSL354.08º78.02%82.16%-
HSV(B)354.08º28.98%96.08%-
XYZ61.1353.0250.73-
YUV196.03119.52162.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 181 (71.09% from 255) = 30.17%
R=40.83%
G=29%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517418100.290.260.04354.0878.0282.16
HexF5AEB501D1A41624e52
Octal365256265035324542116122
Binary1111010110101110101101010111011101010010110001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEB5; }

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

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

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

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

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

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

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

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