#F1B3E4

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

Shades of Lavender Rose #F1B3E4

Tints of Lavender Rose #F1B3E4

Color information

#F1B3E4 (or 0xF1B3E4) is unknown color: approx Lavender Rose. HEX triplet: F1, B3 and E4. RGB value is (241,179,228). Sum of RGB (Red+Green+Blue) = 241+179+228=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B3E4 is #0E4C1B. Grayscale: #CACACA. Windows color (decimal): -936988 or 14988273. OLE color: 14988273.

HSL color Cylindrical-coordinate representation of color #F1B3E4: hue angle of 312.58º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1B3E4 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241179228-
CMYK00.260.050.05
HSL312.58º68.89%82.35%-
HSV(B)312.58º25.73%94.51%-
XYZ66.456.5480.81-
YUV203.12142.04155.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 179 (70.31% from 255) = 27.62%
BLUE value IS 228 (89.45% from 255) = 35.19%
R=37.19%
G=27.62%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117922800.260.050.05312.5868.8982.35
HexF1B3E401A551394552
Octal36126334403255471105122
Binary11110001101100111110010001101010110110011100110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B3E4; }

 p { color: rgb(241,179,228); }

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

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

 a { background-color: rgb(241,179,228); }

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

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

 span { border-color: rgb(241,179,228); }

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