#F0B3CE

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

Shades of Lavender Pink #F0B3CE

Tints of Lavender Pink #F0B3CE

Color information

#F0B3CE (or 0xF0B3CE) is unknown color: approx Lavender Pink. HEX triplet: F0, B3 and CE. RGB value is (240,179,206). Sum of RGB (Red+Green+Blue) = 240+179+206=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B3CE is #0F4C31. Grayscale: #C8C8C8. Windows color (decimal): -1002546 or 13546480. OLE color: 13546480.

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

Color convert

RGB240179206-
CMYK00.250.140.06
HSL333.44º67.03%82.16%-
HSV(B)333.44º25.42%94.12%-
XYZ63.255.2265.72-
YUV200.32131.21156.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 179 (70.31% from 255) = 28.64%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=38.4%
G=28.64%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017920600.250.140.06333.4467.0382.16
HexF0B3CE019E614d4352
Octal360263316031166515103122
Binary111100001011001111001110011001111011010100110110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B3CE; }

 p { color: rgb(240,179,206); }

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

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

 a { background-color: rgb(240,179,206); }

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

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

 span { border-color: rgb(240,179,206); }

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