#F6ABED

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

Shades of Lavender Rose #F6ABED

Tints of Lavender Rose #F6ABED

Color information

#F6ABED (or 0xF6ABED) is unknown color: approx Lavender Rose. HEX triplet: F6, AB and ED. RGB value is (246,171,237). Sum of RGB (Red+Green+Blue) = 246+171+237=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ABED is #095412. Grayscale: #C8C8C8. Windows color (decimal): -611347 or 15576054. OLE color: 15576054.

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

Color convert

RGB246171237-
CMYK00.300.040.04
HSL307.2º80.65%81.76%-
HSV(B)307.2º30.49%96.47%-
XYZ67.8654.8387.13-
YUV200.95148.35160.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.61%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=37.61%
G=26.15%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617123700.300.040.04307.280.6581.76
HexF6ABED01E441335152
Octal36625335503644463121122
Binary11110110101010111110110101111010010010011001110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ABED; }

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

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

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

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

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

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

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

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