#F1B7D3

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

Shades of Lavender Pink #F1B7D3

Tints of Lavender Pink #F1B7D3

Color information

#F1B7D3 (or 0xF1B7D3) is unknown color: approx Lavender Pink. HEX triplet: F1, B7 and D3. RGB value is (241,183,211). Sum of RGB (Red+Green+Blue) = 241+183+211=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7D3 is #0E482C. Grayscale: #CBCBCB. Windows color (decimal): -935981 or 13875185. OLE color: 13875185.

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

Color convert

RGB241183211-
CMYK00.240.120.05
HSL331.03º67.44%83.14%-
HSV(B)331.03º24.07%94.51%-
XYZ64.9757.2769.26-
YUV203.53132.22154.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 183 (71.88% from 255) = 28.82%
BLUE value IS 211 (82.81% from 255) = 33.23%
R=37.95%
G=28.82%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118321100.240.120.05331.0367.4483.14
HexF1B7D3018C514b4353
Octal361267323030145513103123
Binary111100011011011111010011011000110010110100101110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7D3; }

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

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

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

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

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

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

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

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