#F1B1DC

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

Shades of Lavender Rose #F1B1DC

Tints of Lavender Rose #F1B1DC

Color information

#F1B1DC (or 0xF1B1DC) is unknown color: approx Lavender Rose. HEX triplet: F1, B1 and DC. RGB value is (241,177,220). Sum of RGB (Red+Green+Blue) = 241+177+220=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1DC is #0E4E23. Grayscale: #C8C8C8. Windows color (decimal): -937508 or 14463473. OLE color: 14463473.

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

Color convert

RGB241177220-
CMYK00.270.090.05
HSL319.69º69.57%81.96%-
HSV(B)319.69º26.56%94.51%-
XYZ64.9255.3174.97-
YUV201.04138.7156.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 177 (69.53% from 255) = 27.74%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=37.77%
G=27.74%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117722000.270.090.05319.6969.5781.96
HexF1B1DC01B951404652
Octal361261334033115500106122
Binary111100011011000111011100011011100110110100000010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B1DC; }

 p { color: rgb(241,177,220); }

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

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

 a { background-color: rgb(241,177,220); }

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

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

 span { border-color: rgb(241,177,220); }

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