#F6B3EC

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

Shades of Lavender Rose #F6B3EC

Tints of Lavender Rose #F6B3EC

Color information

#F6B3EC (or 0xF6B3EC) is unknown color: approx Lavender Rose. HEX triplet: F6, B3 and EC. RGB value is (246,179,236). Sum of RGB (Red+Green+Blue) = 246+179+236=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 179 (70.31% from 255 or 27.08% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B3EC is #094C13. Grayscale: #CDCDCD. Windows color (decimal): -609300 or 15512566. OLE color: 15512566.

HSL color Cylindrical-coordinate representation of color #F6B3EC: hue angle of 308.96º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B3EC is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246179236-
CMYK00.270.040.04
HSL308.96º78.82%83.33%-
HSV(B)308.96º27.24%96.47%-
XYZ69.2757.8986.88-
YUV205.53145.2156.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.22%
GREEN value IS 179 (70.31% from 255) = 27.08%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=37.22%
G=27.08%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617923600.270.040.04308.9678.8283.33
HexF6B3EC01B441354f53
Octal36626335403344465117123
Binary11110110101100111110110001101110010010011010110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B3EC; }

 p { color: rgb(246,179,236); }

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

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

 a { background-color: rgb(246,179,236); }

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

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

 span { border-color: rgb(246,179,236); }

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