#F5A8B4

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

Shades of Light Pink #F5A8B4

Tints of Light Pink #F5A8B4

Color information

#F5A8B4 (or 0xF5A8B4) is unknown color: approx Light Pink. HEX triplet: F5, A8 and B4. RGB value is (245,168,180). Sum of RGB (Red+Green+Blue) = 245+168+180=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8B4 is #0A574B. Grayscale: #C0C0C0. Windows color (decimal): -677708 or 11839733. OLE color: 11839733.

HSL color Cylindrical-coordinate representation of color #F5A8B4: hue angle of 350.65º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A8B4 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB245168180-
CMYK00.310.270.04
HSL350.65º79.38%80.98%-
HSV(B)350.65º31.43%96.08%-
XYZ59.950.7149.81-
YUV192.39121.01165.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 168 (66.02% from 255) = 28.33%
BLUE value IS 180 (70.70% from 255) = 30.35%
R=41.32%
G=28.33%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516818000.310.270.04350.6579.3880.98
HexF5A8B401F1B415f4f51
Octal365250264037334537117121
Binary1111010110101000101101000111111101110010101111110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A8B4; }

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

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

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

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

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

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

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

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