#F0B7D5

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

Shades of Lavender Pink #F0B7D5

Tints of Lavender Pink #F0B7D5

Color information

#F0B7D5 (or 0xF0B7D5) is unknown color: approx Lavender Pink. HEX triplet: F0, B7 and D5. RGB value is (240,183,213). Sum of RGB (Red+Green+Blue) = 240+183+213=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7D5 is #0F482A. Grayscale: #CBCBCB. Windows color (decimal): -1001515 or 14006256. OLE color: 14006256.

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

Color convert

RGB240183213-
CMYK00.240.110.06
HSL328.42º65.52%82.94%-
HSV(B)328.42º23.75%94.12%-
XYZ64.8857.270.57-
YUV203.46133.38154.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 183 (71.88% from 255) = 28.77%
BLUE value IS 213 (83.59% from 255) = 33.49%
R=37.74%
G=28.77%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018321300.240.110.06328.4265.5282.94
HexF0B7D5018B61484253
Octal360267325030136510102123
Binary111100001011011111010101011000101111010100100010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B7D5; }

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

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

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

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

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

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

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

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