#F8A3E2

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

Shades of Lavender Rose #F8A3E2

Tints of Lavender Rose #F8A3E2

Color information

#F8A3E2 (or 0xF8A3E2) is unknown color: approx Lavender Rose. HEX triplet: F8, A3 and E2. RGB value is (248,163,226). Sum of RGB (Red+Green+Blue) = 248+163+226=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A3E2 is #075C1D. Grayscale: #C3C3C3. Windows color (decimal): -482334 or 14853112. OLE color: 14853112.

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

Color convert

RGB248163226-
CMYK00.340.090.03
HSL315.53º85.86%80.59%-
HSV(B)315.53º34.27%97.25%-
XYZ65.5451.6478.47-
YUV195.6145.16165.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 163 (64.06% from 255) = 25.59%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=38.93%
G=25.59%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816322600.340.090.03315.5385.8680.59
HexF8A3E20229313c5651
Octal370243342042113474126121
Binary111110001010001111100010010001010011110011110010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A3E2; }

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

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

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

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

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

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

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

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