#F1B0DA

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

Shades of Lavender Pink #F1B0DA

Tints of Lavender Pink #F1B0DA

Color information

#F1B0DA (or 0xF1B0DA) is unknown color: approx Lavender Pink. HEX triplet: F1, B0 and DA. RGB value is (241,176,218). Sum of RGB (Red+Green+Blue) = 241+176+218=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0DA is #0E4F25. Grayscale: #C8C8C8. Windows color (decimal): -937766 or 14332145. OLE color: 14332145.

HSL color Cylindrical-coordinate representation of color #F1B0DA: hue angle of 321.23º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B0DA is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241176218-
CMYK00.270.100.05
HSL321.23º69.89%81.76%-
HSV(B)321.23º26.97%94.51%-
XYZ64.4654.8173.51-
YUV200.22138.03157.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 176 (69.14% from 255) = 27.72%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=37.95%
G=27.72%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117621800.270.100.05321.2369.8981.76
HexF1B0DA01BA51414652
Octal361260332033125501106122
Binary111100011011000011011010011011101010110100000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B0DA; }

 p { color: rgb(241,176,218); }

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

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

 a { background-color: rgb(241,176,218); }

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

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

 span { border-color: rgb(241,176,218); }

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