#F8A6FA

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

Shades of Lavender Rose #F8A6FA

Tints of Lavender Rose #F8A6FA

Color information

#F8A6FA (or 0xF8A6FA) is unknown color: approx Lavender Rose. HEX triplet: F8, A6 and FA. RGB value is (248,166,250). Sum of RGB (Red+Green+Blue) = 248+166+250=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 166 (65.23% from 255 or 25% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8A6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A6FA is #075905. Grayscale: #C7C7C7. Windows color (decimal): -481542 or 16426744. OLE color: 16426744.

HSL color Cylindrical-coordinate representation of color #F8A6FA: hue angle of 298.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8A6FA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248166250-
CMYK0.010.3400.02
HSL298.57º89.36%81.57%-
HSV(B)298.57º33.6%98.04%-
XYZ69.654.1397.22-
YUV200.09156.17162.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.35%
GREEN value IS 166 (65.23% from 255) = 25%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=37.35%
G=25%
B=37.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481662500.010.3400.02298.5789.3681.57
HexF8A6FA1220212b5952
Octal37024637214202453131122
Binary111110001010011011111010110001001010010101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A6FA; }

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

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

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

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

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

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

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

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