#F0B9D6

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

Shades of Lavender Pink #F0B9D6

Tints of Lavender Pink #F0B9D6

Color information

#F0B9D6 (or 0xF0B9D6) is unknown color: approx Lavender Pink. HEX triplet: F0, B9 and D6. RGB value is (240,185,214). Sum of RGB (Red+Green+Blue) = 240+185+214=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9D6 is #0F4629. Grayscale: #CCCCCC. Windows color (decimal): -1001002 or 14072304. OLE color: 14072304.

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

Color convert

RGB240185214-
CMYK00.230.110.06
HSL328.36º64.71%83.33%-
HSV(B)328.36º22.92%94.12%-
XYZ65.4258.0871.38-
YUV204.75133.22153.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 185 (72.66% from 255) = 28.95%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=37.56%
G=28.95%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018521400.230.110.06328.3664.7183.33
HexF0B9D6017B61484153
Octal360271326027136510101123
Binary111100001011100111010110010111101111010100100010000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B9D6; }

 p { color: rgb(240,185,214); }

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

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

 a { background-color: rgb(240,185,214); }

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

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

 span { border-color: rgb(240,185,214); }

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