#F2B7DC

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

Shades of Lavender Pink #F2B7DC

Tints of Lavender Pink #F2B7DC

Color information

#F2B7DC (or 0xF2B7DC) is unknown color: approx Lavender Pink. HEX triplet: F2, B7 and DC. RGB value is (242,183,220). Sum of RGB (Red+Green+Blue) = 242+183+220=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7DC is #0D4823. Grayscale: #CCCCCC. Windows color (decimal): -870436 or 14465010. OLE color: 14465010.

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

Color convert

RGB242183220-
CMYK00.240.090.05
HSL322.37º69.41%83.33%-
HSV(B)322.37º24.38%94.9%-
XYZ66.4757.9175.38-
YUV204.86136.55154.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.52%
GREEN value IS 183 (71.88% from 255) = 28.37%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=37.52%
G=28.37%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218322000.240.090.05322.3769.4183.33
HexF2B7DC018951424553
Octal362267334030115502105123
Binary111100101011011111011100011000100110110100001010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B7DC; }

 p { color: rgb(242,183,220); }

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

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

 a { background-color: rgb(242,183,220); }

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

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

 span { border-color: rgb(242,183,220); }

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