#F8A7F6

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

Shades of Lavender Rose #F8A7F6

Tints of Lavender Rose #F8A7F6

Color information

#F8A7F6 (or 0xF8A7F6) is unknown color: approx Lavender Rose. HEX triplet: F8, A7 and F6. RGB value is (248,167,246). Sum of RGB (Red+Green+Blue) = 248+167+246=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 167 (65.62% from 255 or 25.26% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A7F6 is #075809. Grayscale: #C7C7C7. Windows color (decimal): -481290 or 16164856. OLE color: 16164856.

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

Color convert

RGB248167246-
CMYK00.330.010.03
HSL301.48º85.26%81.37%-
HSV(B)301.48º32.66%97.25%-
XYZ69.1654.2594.01-
YUV200.22153.84162.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.52%
GREEN value IS 167 (65.62% from 255) = 25.26%
BLUE value IS 246 (96.48% from 255) = 37.22%
R=37.52%
G=25.26%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816724600.330.010.03301.4885.2681.37
HexF8A7F60211312d5551
Octal37024736604113455125121
Binary111110001010011111110110010000111110010110110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A7F6; }

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

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

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

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

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

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

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

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