#F2B0D8

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

Shades of Lavender Pink #F2B0D8

Tints of Lavender Pink #F2B0D8

Color information

#F2B0D8 (or 0xF2B0D8) is unknown color: approx Lavender Pink. HEX triplet: F2, B0 and D8. RGB value is (242,176,216). Sum of RGB (Red+Green+Blue) = 242+176+216=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0D8 is #0D4F27. Grayscale: #C8C8C8. Windows color (decimal): -872232 or 14201074. OLE color: 14201074.

HSL color Cylindrical-coordinate representation of color #F2B0D8: hue angle of 323.64º 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 #F2B0D8 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB242176216-
CMYK00.270.110.05
HSL323.64º71.74%81.96%-
HSV(B)323.64º27.27%94.9%-
XYZ64.5454.8972.16-
YUV200.29136.87157.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.17%
GREEN value IS 176 (69.14% from 255) = 27.76%
BLUE value IS 216 (84.77% from 255) = 34.07%
R=38.17%
G=27.76%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217621600.270.110.05323.6471.7481.96
HexF2B0D801BB51444852
Octal362260330033135504110122
Binary111100101011000011011000011011101110110100010010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0D8; }

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

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

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

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

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

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

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

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