#F5B7DC

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

Shades of Lavender Pink #F5B7DC

Tints of Lavender Pink #F5B7DC

Color information

#F5B7DC (or 0xF5B7DC) is unknown color: approx Lavender Pink. HEX triplet: F5, B7 and DC. RGB value is (245,183,220). Sum of RGB (Red+Green+Blue) = 245+183+220=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 183 (71.88% from 255 or 28.24% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7DC is #0A4823. Grayscale: #CDCDCD. Windows color (decimal): -673828 or 14465013. OLE color: 14465013.

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

Color convert

RGB245183220-
CMYK00.250.100.04
HSL324.19º75.61%83.92%-
HSV(B)324.19º25.31%96.08%-
XYZ67.5158.4575.43-
YUV205.76136.04155.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.81%
GREEN value IS 183 (71.88% from 255) = 28.24%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=37.81%
G=28.24%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518322000.250.100.04324.1975.6183.92
HexF5B7DC019A41444c54
Octal365267334031124504114124
Binary111101011011011111011100011001101010010100010010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B7DC; }

 p { color: rgb(245,183,220); }

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

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

 a { background-color: rgb(245,183,220); }

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

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

 span { border-color: rgb(245,183,220); }

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