#F0B7D3

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

Shades of Lavender Pink #F0B7D3

Tints of Lavender Pink #F0B7D3

Color information

#F0B7D3 (or 0xF0B7D3) is unknown color: approx Lavender Pink. HEX triplet: F0, B7 and D3. RGB value is (240,183,211). Sum of RGB (Red+Green+Blue) = 240+183+211=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7D3 is #0F482C. Grayscale: #CBCBCB. Windows color (decimal): -1001517 or 13875184. OLE color: 13875184.

HSL color Cylindrical-coordinate representation of color #F0B7D3: hue angle of 330.53º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B7D3 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240183211-
CMYK00.240.120.06
HSL330.53º65.52%82.94%-
HSV(B)330.53º23.75%94.12%-
XYZ64.6357.169.24-
YUV203.24132.38154.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 183 (71.88% from 255) = 28.86%
BLUE value IS 211 (82.81% from 255) = 33.28%
R=37.85%
G=28.86%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018321100.240.120.06330.5365.5282.94
HexF0B7D3018C614b4253
Octal360267323030146513102123
Binary111100001011011111010011011000110011010100101110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B7D3; }

 p { color: rgb(240,183,211); }

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

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

 a { background-color: rgb(240,183,211); }

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

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

 span { border-color: rgb(240,183,211); }

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