#F6BAEE

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

Shades of Lavender Rose #F6BAEE

Tints of Lavender Rose #F6BAEE

Color information

#F6BAEE (or 0xF6BAEE) is unknown color: approx Lavender Rose. HEX triplet: F6, BA and EE. RGB value is (246,186,238). Sum of RGB (Red+Green+Blue) = 246+186+238=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BAEE is #094511. Grayscale: #D1D1D1. Windows color (decimal): -607506 or 15645430. OLE color: 15645430.

HSL color Cylindrical-coordinate representation of color #F6BAEE: hue angle of 308º 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 #F6BAEE is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB246186238-
CMYK00.240.030.04
HSL308º76.92%84.71%-
HSV(B)308º24.39%96.47%-
XYZ7160.8888.9-
YUV209.87143.88153.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.72%
GREEN value IS 186 (73.05% from 255) = 27.76%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=36.72%
G=27.76%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618623800.240.030.0430876.9284.71
HexF6BAEE018341344d55
Octal36627235603034464115125
Binary1111011010111010111011100110001110010011010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BAEE; }

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

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

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

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

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

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

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

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