#F1B7DD

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

Shades of Lavender Pink #F1B7DD

Tints of Lavender Pink #F1B7DD

Color information

#F1B7DD (or 0xF1B7DD) is unknown color: approx Lavender Pink. HEX triplet: F1, B7 and DD. RGB value is (241,183,221). Sum of RGB (Red+Green+Blue) = 241+183+221=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7DD is #0E4822. Grayscale: #CCCCCC. Windows color (decimal): -935971 or 14530545. OLE color: 14530545.

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

Color convert

RGB241183221-
CMYK00.240.080.05
HSL320.69º67.44%83.14%-
HSV(B)320.69º24.07%94.51%-
XYZ66.2657.7976.07-
YUV204.67137.22153.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.36%
GREEN value IS 183 (71.88% from 255) = 28.37%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=37.36%
G=28.37%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118322100.240.080.05320.6967.4483.14
HexF1B7DD018851414353
Octal361267335030105501103123
Binary111100011011011111011101011000100010110100000110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7DD; }

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

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

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

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

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

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

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

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