#F8A6EB

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

Shades of Lavender Rose #F8A6EB

Tints of Lavender Rose #F8A6EB

Color information

#F8A6EB (or 0xF8A6EB) is unknown color: approx Lavender Rose. HEX triplet: F8, A6 and EB. RGB value is (248,166,235). Sum of RGB (Red+Green+Blue) = 248+166+235=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 166 (65.23% from 255 or 25.58% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A6EB is #075914. Grayscale: #C6C6C6. Windows color (decimal): -481557 or 15443704. OLE color: 15443704.

HSL color Cylindrical-coordinate representation of color #F8A6EB: hue angle of 309.51º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6EB is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248166235-
CMYK00.330.050.03
HSL309.51º85.42%81.18%-
HSV(B)309.51º33.06%97.25%-
XYZ67.3453.2385.32-
YUV198.38148.67163.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.21%
GREEN value IS 166 (65.23% from 255) = 25.58%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=38.21%
G=25.58%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816623500.330.050.03309.5185.4281.18
HexF8A6EB021531365551
Octal37024635304153466125121
Binary11111000101001101110101101000011011110011011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A6EB; }

 p { color: rgb(248,166,235); }

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

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

 a { background-color: rgb(248,166,235); }

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

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

 span { border-color: rgb(248,166,235); }

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