#F1B0EE

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

Shades of Lavender Rose #F1B0EE

Tints of Lavender Rose #F1B0EE

Color information

#F1B0EE (or 0xF1B0EE) is unknown color: approx Lavender Rose. HEX triplet: F1, B0 and EE. RGB value is (241,176,238). Sum of RGB (Red+Green+Blue) = 241+176+238=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B0EE is #0E4F11. Grayscale: #CACACA. Windows color (decimal): -937746 or 15642865. OLE color: 15642865.

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

Color convert

RGB241176238-
CMYK00.270.010.05
HSL302.77º69.89%81.76%-
HSV(B)302.77º26.97%94.51%-
XYZ67.2355.9288.14-
YUV202.5148.03155.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 176 (69.14% from 255) = 26.87%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=36.79%
G=26.87%
B=36.34%

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
Decimal24117623800.270.010.05302.7769.8981.76
HexF1B0EE01B1512f4652
Octal36126035603315457106122
Binary111100011011000011101110011011110110010111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B0EE; }

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

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

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

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

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

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

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

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