#F0B0D3

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

Shades of Lavender Pink #F0B0D3

Tints of Lavender Pink #F0B0D3

Color information

#F0B0D3 (or 0xF0B0D3) is unknown color: approx Lavender Pink. HEX triplet: F0, B0 and D3. RGB value is (240,176,211). Sum of RGB (Red+Green+Blue) = 240+176+211=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0D3 is #0F4F2C. Grayscale: #C7C7C7. Windows color (decimal): -1003309 or 13873392. OLE color: 13873392.

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

Color convert

RGB240176211-
CMYK00.270.120.06
HSL327.19º68.09%81.57%-
HSV(B)327.19º26.67%94.12%-
XYZ63.2254.2868.77-
YUV199.13134.7157.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 176 (69.14% from 255) = 28.07%
BLUE value IS 211 (82.81% from 255) = 33.65%
R=38.28%
G=28.07%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017621100.270.120.06327.1968.0981.57
HexF0B0D301BC61474452
Octal360260323033146507104122
Binary111100001011000011010011011011110011010100011110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B0D3; }

 p { color: rgb(240,176,211); }

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

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

 a { background-color: rgb(240,176,211); }

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

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

 span { border-color: rgb(240,176,211); }

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