#F6ABE2

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

Shades of Lavender Rose #F6ABE2

Tints of Lavender Rose #F6ABE2

Color information

#F6ABE2 (or 0xF6ABE2) is unknown color: approx Lavender Rose. HEX triplet: F6, AB and E2. RGB value is (246,171,226). Sum of RGB (Red+Green+Blue) = 246+171+226=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABE2 is #09541D. Grayscale: #C7C7C7. Windows color (decimal): -611358 or 14855158. OLE color: 14855158.

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

Color convert

RGB246171226-
CMYK00.300.080.04
HSL316º80.65%81.76%-
HSV(B)316º30.49%96.47%-
XYZ66.354.2178.92-
YUV199.7142.85161.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 171 (67.19% from 255) = 26.59%
BLUE value IS 226 (88.67% from 255) = 35.15%
R=38.26%
G=26.59%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617122600.300.080.0431680.6581.76
HexF6ABE201E8413c5152
Octal366253342036104474121122
Binary111101101010101111100010011110100010010011110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ABE2; }

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

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

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

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

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

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

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

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