#F1B1DE

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

Shades of Lavender Rose #F1B1DE

Tints of Lavender Rose #F1B1DE

Color information

#F1B1DE (or 0xF1B1DE) is unknown color: approx Lavender Rose. HEX triplet: F1, B1 and DE. RGB value is (241,177,222). Sum of RGB (Red+Green+Blue) = 241+177+222=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1DE is #0E4E21. Grayscale: #C9C9C9. Windows color (decimal): -937506 or 14594545. OLE color: 14594545.

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

Color convert

RGB241177222-
CMYK00.270.080.05
HSL317.81º69.57%81.96%-
HSV(B)317.81º26.56%94.51%-
XYZ65.1855.4276.37-
YUV201.27139.7156.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 177 (69.53% from 255) = 27.66%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=37.66%
G=27.66%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117722200.270.080.05317.8169.5781.96
HexF1B1DE01B8513e4652
Octal361261336033105476106122
Binary111100011011000111011110011011100010110011111010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B1DE; }

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

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

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

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

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

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

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

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