#F0B1D2

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

Shades of Lavender Pink #F0B1D2

Tints of Lavender Pink #F0B1D2

Color information

#F0B1D2 (or 0xF0B1D2) is unknown color: approx Lavender Pink. HEX triplet: F0, B1 and D2. RGB value is (240,177,210). Sum of RGB (Red+Green+Blue) = 240+177+210=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1D2 is #0F4E2D. Grayscale: #C7C7C7. Windows color (decimal): -1003054 or 13808112. OLE color: 13808112.

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

Color convert

RGB240177210-
CMYK00.260.120.06
HSL328.57º67.74%81.76%-
HSV(B)328.57º26.25%94.12%-
XYZ63.2954.6268.18-
YUV199.6133.87156.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 177 (69.53% from 255) = 28.23%
BLUE value IS 210 (82.42% from 255) = 33.49%
R=38.28%
G=28.23%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017721000.260.120.06328.5767.7481.76
HexF0B1D201AC61494452
Octal360261322032146511104122
Binary111100001011000111010010011010110011010100100110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1D2; }

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

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

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

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

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

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

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

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