#F5B7DE

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

Shades of Lavender Pink #F5B7DE

Tints of Lavender Pink #F5B7DE

Color information

#F5B7DE (or 0xF5B7DE) is unknown color: approx Lavender Pink. HEX triplet: F5, B7 and DE. RGB value is (245,183,222). Sum of RGB (Red+Green+Blue) = 245+183+222=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 183 (71.88% from 255 or 28.15% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7DE is #0A4821. Grayscale: #CDCDCD. Windows color (decimal): -673826 or 14596085. OLE color: 14596085.

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

Color convert

RGB245183222-
CMYK00.250.090.04
HSL322.26º75.61%83.92%-
HSV(B)322.26º25.31%96.08%-
XYZ67.7758.5576.84-
YUV205.98137.04155.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.69%
GREEN value IS 183 (71.88% from 255) = 28.15%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=37.69%
G=28.15%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518322200.250.090.04322.2675.6183.92
HexF5B7DE019941424c54
Octal365267336031114502114124
Binary111101011011011111011110011001100110010100001010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B7DE; }

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

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

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

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

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

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

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

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