#F1B5DD

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

Shades of Lavender Pink #F1B5DD

Tints of Lavender Pink #F1B5DD

Color information

#F1B5DD (or 0xF1B5DD) is unknown color: approx Lavender Pink. HEX triplet: F1, B5 and DD. RGB value is (241,181,221). Sum of RGB (Red+Green+Blue) = 241+181+221=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5DD is #0E4A22. Grayscale: #CBCBCB. Windows color (decimal): -936483 or 14530033. OLE color: 14530033.

HSL color Cylindrical-coordinate representation of color #F1B5DD: hue angle of 320º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5DD is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241181221-
CMYK00.250.080.05
HSL320º68.18%82.75%-
HSV(B)320º24.9%94.51%-
XYZ65.8556.9775.93-
YUV203.5137.88154.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 181 (71.09% from 255) = 28.15%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=37.48%
G=28.15%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118122100.250.080.0532068.1882.75
HexF1B5DD019851404453
Octal361265335031105500104123
Binary111100011011010111011101011001100010110100000010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B5DD; }

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

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

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

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

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

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

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

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