#F0B6DC

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

Shades of Lavender Pink #F0B6DC

Tints of Lavender Pink #F0B6DC

Color information

#F0B6DC (or 0xF0B6DC) is unknown color: approx Lavender Pink. HEX triplet: F0, B6 and DC. RGB value is (240,182,220). Sum of RGB (Red+Green+Blue) = 240+182+220=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6DC is #0F4923. Grayscale: #CBCBCB. Windows color (decimal): -1001764 or 14464752. OLE color: 14464752.

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

Color convert

RGB240182220-
CMYK00.240.080.06
HSL320.69º65.91%82.75%-
HSV(B)320.69º24.17%94.12%-
XYZ65.5857.1575.28-
YUV203.67137.22153.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.38%
GREEN value IS 182 (71.48% from 255) = 28.35%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=37.38%
G=28.35%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018222000.240.080.06320.6965.9182.75
HexF0B6DC018861414253
Octal360266334030106501102123
Binary111100001011011011011100011000100011010100000110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6DC; }

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

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

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

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

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

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

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

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