#F0B7D1

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

Shades of Lavender Pink #F0B7D1

Tints of Lavender Pink #F0B7D1

Color information

#F0B7D1 (or 0xF0B7D1) is unknown color: approx Lavender Pink. HEX triplet: F0, B7 and D1. RGB value is (240,183,209). Sum of RGB (Red+Green+Blue) = 240+183+209=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7D1 is #0F482E. Grayscale: #CACACA. Windows color (decimal): -1001519 or 13744112. OLE color: 13744112.

HSL color Cylindrical-coordinate representation of color #F0B7D1: hue angle of 332.63º 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 #F0B7D1 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB240183209-
CMYK00.240.130.06
HSL332.63º65.52%82.94%-
HSV(B)332.63º23.75%94.12%-
XYZ64.385767.93-
YUV203.01131.38154.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 183 (71.88% from 255) = 28.96%
BLUE value IS 209 (82.03% from 255) = 33.07%
R=37.97%
G=28.96%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018320900.240.130.06332.6365.5282.94
HexF0B7D1018D614d4253
Octal360267321030156515102123
Binary111100001011011111010001011000110111010100110110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B7D1; }

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

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

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

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

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

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

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

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