#F5ABB2

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

Shades of Light Pink #F5ABB2

Tints of Light Pink #F5ABB2

Color information

#F5ABB2 (or 0xF5ABB2) is unknown color: approx Light Pink. HEX triplet: F5, AB and B2. RGB value is (245,171,178). Sum of RGB (Red+Green+Blue) = 245+171+178=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5ABB2 is #0A544D. Grayscale: #C1C1C1. Windows color (decimal): -676942 or 11709429. OLE color: 11709429.

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

Color convert

RGB245171178-
CMYK00.300.270.04
HSL354.32º78.72%81.57%-
HSV(B)354.32º30.2%96.08%-
XYZ60.2551.7548.93-
YUV193.92119.02164.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 171 (67.19% from 255) = 28.79%
BLUE value IS 178 (69.92% from 255) = 29.97%
R=41.25%
G=28.79%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517117800.300.270.04354.3278.7281.57
HexF5ABB201E1B41624f52
Octal365253262036334542117122
Binary1111010110101011101100100111101101110010110001010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ABB2; }

 p { color: rgb(245,171,178); }

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

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

 a { background-color: rgb(245,171,178); }

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

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

 span { border-color: rgb(245,171,178); }

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