#F0B6CF

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

Shades of Lavender Pink #F0B6CF

Tints of Lavender Pink #F0B6CF

Color information

#F0B6CF (or 0xF0B6CF) is unknown color: approx Lavender Pink. HEX triplet: F0, B6 and CF. RGB value is (240,182,207). Sum of RGB (Red+Green+Blue) = 240+182+207=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6CF is #0F4930. Grayscale: #CACACA. Windows color (decimal): -1001777 or 13612784. OLE color: 13612784.

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

Color convert

RGB240182207-
CMYK00.240.140.06
HSL334.14º65.91%82.75%-
HSV(B)334.14º24.17%94.12%-
XYZ63.9356.4966.57-
YUV202.19130.72154.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 182 (71.48% from 255) = 28.93%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=38.16%
G=28.93%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018220700.240.140.06334.1465.9182.75
HexF0B6CF018E614e4253
Octal360266317030166516102123
Binary111100001011011011001111011000111011010100111010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6CF; }

 p { color: rgb(240,182,207); }

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

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

 a { background-color: rgb(240,182,207); }

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

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

 span { border-color: rgb(240,182,207); }

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