#F8A0D9

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

Shades of Lavender Rose #F8A0D9

Tints of Lavender Rose #F8A0D9

Color information

#F8A0D9 (or 0xF8A0D9) is unknown color: approx Lavender Rose. HEX triplet: F8, A0 and D9. RGB value is (248,160,217). Sum of RGB (Red+Green+Blue) = 248+160+217=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0D9 is #075F26. Grayscale: #C0C0C0. Windows color (decimal): -483111 or 14262520. OLE color: 14262520.

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

Color convert

RGB248160217-
CMYK00.350.120.03
HSL321.14º86.27%80%-
HSV(B)321.14º35.48%97.25%-
XYZ63.8150.1171.95-
YUV192.81141.65167.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.68%
GREEN value IS 160 (62.89% from 255) = 25.6%
BLUE value IS 217 (85.16% from 255) = 34.72%
R=39.68%
G=25.6%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816021700.350.120.03321.1486.2780
HexF8A0D9023C31415650
Octal370240331043143501126120
Binary111110001010000011011001010001111001110100000110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A0D9; }

 p { color: rgb(248,160,217); }

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

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

 a { background-color: rgb(248,160,217); }

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

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

 span { border-color: rgb(248,160,217); }

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