#F2B7D3

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

Shades of Lavender Pink #F2B7D3

Tints of Lavender Pink #F2B7D3

Color information

#F2B7D3 (or 0xF2B7D3) is unknown color: approx Lavender Pink. HEX triplet: F2, B7 and D3. RGB value is (242,183,211). Sum of RGB (Red+Green+Blue) = 242+183+211=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7D3 is #0D482C. Grayscale: #CBCBCB. Windows color (decimal): -870445 or 13875186. OLE color: 13875186.

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

Color convert

RGB242183211-
CMYK00.240.130.05
HSL331.53º69.41%83.33%-
HSV(B)331.53º24.38%94.9%-
XYZ65.3157.4569.27-
YUV203.83132.05155.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 183 (71.88% from 255) = 28.77%
BLUE value IS 211 (82.81% from 255) = 33.18%
R=38.05%
G=28.77%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218321100.240.130.05331.5369.4183.33
HexF2B7D3018D514c4553
Octal362267323030155514105123
Binary111100101011011111010011011000110110110100110010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B7D3; }

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

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

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

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

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

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

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

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