#F8A3FA

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

Shades of Lavender Rose #F8A3FA

Tints of Lavender Rose #F8A3FA

Color information

#F8A3FA (or 0xF8A3FA) is unknown color: approx Lavender Rose. HEX triplet: F8, A3 and FA. RGB value is (248,163,250). Sum of RGB (Red+Green+Blue) = 248+163+250=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 163 (64.06% from 255 or 24.66% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #F8A3FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A3FA is #075C05. Grayscale: #C6C6C6. Windows color (decimal): -482310 or 16425976. OLE color: 16425976.

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

Color convert

RGB248163250-
CMYK0.010.3500.02
HSL298.62º89.69%80.98%-
HSV(B)298.62º34.8%98.04%-
XYZ69.0653.0597.04-
YUV198.33157.16163.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.52%
GREEN value IS 163 (64.06% from 255) = 24.66%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=37.52%
G=24.66%
B=37.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2481632500.010.3500.02298.6289.6980.98
HexF8A3FA1230212b5a51
Octal37024337214302453132121
Binary111110001010001111111010110001101010010101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A3FA; }

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

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

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

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

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

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

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

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