#F0B1DA

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

Shades of Lavender Pink #F0B1DA

Tints of Lavender Pink #F0B1DA

Color information

#F0B1DA (or 0xF0B1DA) is unknown color: approx Lavender Pink. HEX triplet: F0, B1 and DA. RGB value is (240,177,218). Sum of RGB (Red+Green+Blue) = 240+177+218=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1DA is #0F4E25. Grayscale: #C8C8C8. Windows color (decimal): -1003046 or 14332400. OLE color: 14332400.

HSL color Cylindrical-coordinate representation of color #F0B1DA: hue angle of 320.95º degrees, saturation: 0.68, 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 #F0B1DA is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240177218-
CMYK00.260.090.06
HSL320.95º67.74%81.76%-
HSV(B)320.95º26.25%94.12%-
XYZ64.3155.0373.56-
YUV200.51137.87156.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=37.80%
G=27.87%
B=34.33%

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
Decimal24017721800.260.090.06320.9567.7481.76
HexF0B1DA01A961414452
Octal360261332032116501104122
Binary111100001011000111011010011010100111010100000110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1DA; }

 p { color: rgb(240,177,218); }

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

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

 a { background-color: rgb(240,177,218); }

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

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

 span { border-color: rgb(240,177,218); }

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