#F5A9CB

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

Shades of Lavender Pink #F5A9CB

Tints of Lavender Pink #F5A9CB

Color information

#F5A9CB (or 0xF5A9CB) is unknown color: approx Lavender Pink. HEX triplet: F5, A9 and CB. RGB value is (245,169,203). Sum of RGB (Red+Green+Blue) = 245+169+203=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A9CB is #0A5634. Grayscale: #C3C3C3. Windows color (decimal): -677429 or 13347317. OLE color: 13347317.

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

Color convert

RGB245169203-
CMYK00.310.170.04
HSL333.16º79.17%81.18%-
HSV(B)333.16º31.02%96.08%-
XYZ62.6252.163.26-
YUV195.6132.18163.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.71%
GREEN value IS 169 (66.41% from 255) = 27.39%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=39.71%
G=27.39%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516920300.310.170.04333.1679.1781.18
HexF5A9CB01F11414d4f51
Octal365251313037214515117121
Binary1111010110101001110010110111111000110010100110110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A9CB; }

 p { color: rgb(245,169,203); }

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

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

 a { background-color: rgb(245,169,203); }

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

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

 span { border-color: rgb(245,169,203); }

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