#F5B4D9

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

Shades of Lavender Pink #F5B4D9

Tints of Lavender Pink #F5B4D9

Color information

#F5B4D9 (or 0xF5B4D9) is unknown color: approx Lavender Pink. HEX triplet: F5, B4 and D9. RGB value is (245,180,217). Sum of RGB (Red+Green+Blue) = 245+180+217=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B4D9 is #0A4B26. Grayscale: #CBCBCB. Windows color (decimal): -674599 or 14267637. OLE color: 14267637.

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

Color convert

RGB245180217-
CMYK00.270.110.04
HSL325.85º76.47%83.33%-
HSV(B)325.85º26.53%96.08%-
XYZ66.557.0673.16-
YUV203.65135.53157.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.16%
GREEN value IS 180 (70.70% from 255) = 28.04%
BLUE value IS 217 (85.16% from 255) = 33.80%
R=38.16%
G=28.04%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518021700.270.110.04325.8576.4783.33
HexF5B4D901BB41464c53
Octal365264331033134506114123
Binary111101011011010011011001011011101110010100011010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B4D9; }

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

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

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

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

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

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

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

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