#F5AEB4

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

Shades of Light Pink #F5AEB4

Tints of Light Pink #F5AEB4

Color information

#F5AEB4 (or 0xF5AEB4) is unknown color: approx Light Pink. HEX triplet: F5, AE and B4. RGB value is (245,174,180). Sum of RGB (Red+Green+Blue) = 245+174+180=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEB4 is #0A514B. Grayscale: #C3C3C3. Windows color (decimal): -676172 or 11841269. OLE color: 11841269.

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

Color convert

RGB245174180-
CMYK00.290.270.04
HSL354.93º78.02%82.16%-
HSV(B)354.93º28.98%96.08%-
XYZ61.0352.9850.19-
YUV195.91119.02163.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.90%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 180 (70.70% from 255) = 30.05%
R=40.90%
G=29.05%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517418000.290.270.04354.9378.0282.16
HexF5AEB401D1B41634e52
Octal365256264035334543116122
Binary1111010110101110101101000111011101110010110001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEB4; }

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

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

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

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

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

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

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

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