#F8A6EA

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

Shades of Lavender Rose #F8A6EA

Tints of Lavender Rose #F8A6EA

Color information

#F8A6EA (or 0xF8A6EA) is unknown color: approx Lavender Rose. HEX triplet: F8, A6 and EA. RGB value is (248,166,234). Sum of RGB (Red+Green+Blue) = 248+166+234=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 166 (65.23% from 255 or 25.62% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A6EA is #075915. Grayscale: #C6C6C6. Windows color (decimal): -481558 or 15378168. OLE color: 15378168.

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

Color convert

RGB248166234-
CMYK00.330.060.03
HSL310.24º85.42%81.18%-
HSV(B)310.24º33.06%97.25%-
XYZ67.253.1784.56-
YUV198.27148.17163.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.27%
GREEN value IS 166 (65.23% from 255) = 25.62%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=38.27%
G=25.62%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816623400.330.060.03310.2485.4281.18
HexF8A6EA021631365551
Octal37024635204163466125121
Binary11111000101001101110101001000011101110011011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A6EA; }

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

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

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

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

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

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

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

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