#F1B7D1

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

Shades of Lavender Pink #F1B7D1

Tints of Lavender Pink #F1B7D1

Color information

#F1B7D1 (or 0xF1B7D1) is unknown color: approx Lavender Pink. HEX triplet: F1, B7 and D1. RGB value is (241,183,209). Sum of RGB (Red+Green+Blue) = 241+183+209=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7D1 is #0E482E. Grayscale: #CBCBCB. Windows color (decimal): -935983 or 13744113. OLE color: 13744113.

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

Color convert

RGB241183209-
CMYK00.240.130.05
HSL333.1º67.44%83.14%-
HSV(B)333.1º24.07%94.51%-
XYZ64.7257.1767.95-
YUV203.31131.22154.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 183 (71.88% from 255) = 28.91%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=38.07%
G=28.91%
B=33.02%

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
Decimal24118320900.240.130.05333.167.4483.14
HexF1B7D1018D514d4353
Octal361267321030155515103123
Binary111100011011011111010001011000110110110100110110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7D1; }

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

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

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

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

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

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

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

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