#F2B7DD

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

Shades of Lavender Pink #F2B7DD

Tints of Lavender Pink #F2B7DD

Color information

#F2B7DD (or 0xF2B7DD) is unknown color: approx Lavender Pink. HEX triplet: F2, B7 and DD. RGB value is (242,183,221). Sum of RGB (Red+Green+Blue) = 242+183+221=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7DD is #0D4822. Grayscale: #CCCCCC. Windows color (decimal): -870435 or 14530546. OLE color: 14530546.

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

Color convert

RGB242183221-
CMYK00.240.090.05
HSL321.36º69.41%83.33%-
HSV(B)321.36º24.38%94.9%-
XYZ66.657.9676.08-
YUV204.97137.05154.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.46%
GREEN value IS 183 (71.88% from 255) = 28.33%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=37.46%
G=28.33%
B=34.21%

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
Decimal24218322100.240.090.05321.3669.4183.33
HexF2B7DD018951414553
Octal362267335030115501105123
Binary111100101011011111011101011000100110110100000110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B7DD; }

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

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

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

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

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

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

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

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