#F2B0DB

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

Shades of Lavender Pink #F2B0DB

Tints of Lavender Pink #F2B0DB

Color information

#F2B0DB (or 0xF2B0DB) is unknown color: approx Lavender Pink. HEX triplet: F2, B0 and DB. RGB value is (242,176,219). Sum of RGB (Red+Green+Blue) = 242+176+219=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0DB is #0D4F24. Grayscale: #C8C8C8. Windows color (decimal): -872229 or 14397682. OLE color: 14397682.

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

Color convert

RGB242176219-
CMYK00.270.100.05
HSL320.91º71.74%81.96%-
HSV(B)320.91º27.27%94.9%-
XYZ64.9355.0474.22-
YUV200.64138.37157.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 176 (69.14% from 255) = 27.63%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=37.99%
G=27.63%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217621900.270.100.05320.9171.7481.96
HexF2B0DB01BA51414852
Octal362260333033125501110122
Binary111100101011000011011011011011101010110100000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0DB; }

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

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

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

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

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

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

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

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