#F1B1EE

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

Shades of Lavender Rose #F1B1EE

Tints of Lavender Rose #F1B1EE

Color information

#F1B1EE (or 0xF1B1EE) is unknown color: approx Lavender Rose. HEX triplet: F1, B1 and EE. RGB value is (241,177,238). Sum of RGB (Red+Green+Blue) = 241+177+238=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 177 (69.53% from 255 or 26.98% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B1EE is #0E4E11. Grayscale: #CACACA. Windows color (decimal): -937490 or 15643121. OLE color: 15643121.

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

Color convert

RGB241177238-
CMYK00.270.010.05
HSL302.81º69.57%81.96%-
HSV(B)302.81º26.56%94.51%-
XYZ67.4356.3288.21-
YUV203.09147.7155.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 177 (69.53% from 255) = 26.98%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=36.74%
G=26.98%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117723800.270.010.05302.8169.5781.96
HexF1B1EE01B1512f4652
Octal36126135603315457106122
Binary111100011011000111101110011011110110010111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B1EE; }

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

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

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

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

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

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

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

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