#F8A8F6

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

Shades of Lavender Rose #F8A8F6

Tints of Lavender Rose #F8A8F6

Color information

#F8A8F6 (or 0xF8A8F6) is unknown color: approx Lavender Rose. HEX triplet: F8, A8 and F6. RGB value is (248,168,246). Sum of RGB (Red+Green+Blue) = 248+168+246=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 168 (66.02% from 255 or 25.38% from 662); Blue value is 246 (96.48% from 255 or 37.16% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8F6 is #075709. Grayscale: #C8C8C8. Windows color (decimal): -481034 or 16165112. OLE color: 16165112.

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

Color convert

RGB248168246-
CMYK00.320.010.03
HSL301.5º85.11%81.57%-
HSV(B)301.5º32.26%97.25%-
XYZ69.3554.6294.08-
YUV200.81153.5161.66-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.46%
GREEN value IS 168 (66.02% from 255) = 25.38%
BLUE value IS 246 (96.48% from 255) = 37.16%
R=37.46%
G=25.38%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816824600.320.010.03301.585.1181.57
HexF8A8F60201312e5552
Octal37025036604013456125122
Binary111110001010100011110110010000011110010111010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A8F6; }

 p { color: rgb(248,168,246); }

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

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

 a { background-color: rgb(248,168,246); }

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

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

 span { border-color: rgb(248,168,246); }

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