#F6ABEE

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

Shades of Lavender Rose #F6ABEE

Tints of Lavender Rose #F6ABEE

Color information

#F6ABEE (or 0xF6ABEE) is unknown color: approx Lavender Rose. HEX triplet: F6, AB and EE. RGB value is (246,171,238). Sum of RGB (Red+Green+Blue) = 246+171+238=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 171 (67.19% from 255 or 26.11% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ABEE is #095411. Grayscale: #C8C8C8. Windows color (decimal): -611346 or 15641590. OLE color: 15641590.

HSL color Cylindrical-coordinate representation of color #F6ABEE: hue angle of 306.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ABEE is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB246171238-
CMYK00.300.030.04
HSL306.4º80.65%81.76%-
HSV(B)306.4º30.49%96.47%-
XYZ6854.8987.9-
YUV201.06148.85160.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.56%
GREEN value IS 171 (67.19% from 255) = 26.11%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=37.56%
G=26.11%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617123800.300.030.04306.480.6581.76
HexF6ABEE01E341325152
Octal36625335603634462121122
Binary1111011010101011111011100111101110010011001010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ABEE; }

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

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

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

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

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

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

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

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