#F6BAE8

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

Shades of Lavender Rose #F6BAE8

Tints of Lavender Rose #F6BAE8

Color information

#F6BAE8 (or 0xF6BAE8) is unknown color: approx Lavender Rose. HEX triplet: F6, BA and E8. RGB value is (246,186,232). Sum of RGB (Red+Green+Blue) = 246+186+232=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BAE8 is #094517. Grayscale: #D1D1D1. Windows color (decimal): -607512 or 15252214. OLE color: 15252214.

HSL color Cylindrical-coordinate representation of color #F6BAE8: hue angle of 314º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BAE8 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB246186232-
CMYK00.240.060.04
HSL314º76.92%84.71%-
HSV(B)314º24.39%96.47%-
XYZ70.1360.5484.33-
YUV209.18140.88154.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.05%
GREEN value IS 186 (73.05% from 255) = 28.01%
BLUE value IS 232 (91.02% from 255) = 34.94%
R=37.05%
G=28.01%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618623200.240.060.0431476.9284.71
HexF6BAE80186413a4d55
Octal36627235003064472115125
Binary11110110101110101110100001100011010010011101010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BAE8; }

 p { color: rgb(246,186,232); }

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

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

 a { background-color: rgb(246,186,232); }

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

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

 span { border-color: rgb(246,186,232); }

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