#F0B2DB

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

Shades of Lavender Pink #F0B2DB

Tints of Lavender Pink #F0B2DB

Color information

#F0B2DB (or 0xF0B2DB) is unknown color: approx Lavender Pink. HEX triplet: F0, B2 and DB. RGB value is (240,178,219). Sum of RGB (Red+Green+Blue) = 240+178+219=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2DB is #0F4D24. Grayscale: #C9C9C9. Windows color (decimal): -1002789 or 14398192. OLE color: 14398192.

HSL color Cylindrical-coordinate representation of color #F0B2DB: hue angle of 320.32º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B2DB is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240178219-
CMYK00.260.090.06
HSL320.32º67.39%81.96%-
HSV(B)320.32º25.83%94.12%-
XYZ64.6455.4874.32-
YUV201.21138.04155.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.68%
GREEN value IS 178 (69.92% from 255) = 27.94%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=37.68%
G=27.94%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017821900.260.090.06320.3267.3981.96
HexF0B2DB01A961404352
Octal360262333032116500103122
Binary111100001011001011011011011010100111010100000010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B2DB; }

 p { color: rgb(240,178,219); }

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

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

 a { background-color: rgb(240,178,219); }

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

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

 span { border-color: rgb(240,178,219); }

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