#F2B9DB

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

Shades of Lavender Pink #F2B9DB

Tints of Lavender Pink #F2B9DB

Color information

#F2B9DB (or 0xF2B9DB) is unknown color: approx Lavender Pink. HEX triplet: F2, B9 and DB. RGB value is (242,185,219). Sum of RGB (Red+Green+Blue) = 242+185+219=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9DB is #0D4624. Grayscale: #CDCDCD. Windows color (decimal): -869925 or 14399986. OLE color: 14399986.

HSL color Cylindrical-coordinate representation of color #F2B9DB: hue angle of 324.21º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B9DB is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242185219-
CMYK00.240.100.05
HSL324.21º68.67%83.73%-
HSV(B)324.21º23.55%94.9%-
XYZ66.7558.6974.83-
YUV205.92135.38153.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.46%
GREEN value IS 185 (72.66% from 255) = 28.64%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=37.46%
G=28.64%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218521900.240.100.05324.2168.6783.73
HexF2B9DB018A51444554
Octal362271333030125504105124
Binary111100101011100111011011011000101010110100010010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9DB; }

 p { color: rgb(242,185,219); }

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

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

 a { background-color: rgb(242,185,219); }

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

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

 span { border-color: rgb(242,185,219); }

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