#F3B0EC

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

Shades of Lavender Rose #F3B0EC

Tints of Lavender Rose #F3B0EC

Color information

#F3B0EC (or 0xF3B0EC) is unknown color: approx Lavender Rose. HEX triplet: F3, B0 and EC. RGB value is (243,176,236). Sum of RGB (Red+Green+Blue) = 243+176+236=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3B0EC is #0C4F13. Grayscale: #CACACA. Windows color (decimal): -806676 or 15511795. OLE color: 15511795.

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

Color convert

RGB243176236-
CMYK00.280.030.05
HSL306.27º73.63%82.16%-
HSV(B)306.27º27.57%95.29%-
XYZ67.6356.1686.63-
YUV202.87146.7156.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.10%
GREEN value IS 176 (69.14% from 255) = 26.87%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=37.10%
G=26.87%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317623600.280.030.05306.2773.6382.16
HexF3B0EC01C351324a52
Octal36326035403435462112122
Binary1111001110110000111011000111001110110011001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B0EC; }

 p { color: rgb(243,176,236); }

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

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

 a { background-color: rgb(243,176,236); }

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

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

 span { border-color: rgb(243,176,236); }

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