#F8A0DF

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

Shades of Lavender Rose #F8A0DF

Tints of Lavender Rose #F8A0DF

Color information

#F8A0DF (or 0xF8A0DF) is unknown color: approx Lavender Rose. HEX triplet: F8, A0 and DF. RGB value is (248,160,223). Sum of RGB (Red+Green+Blue) = 248+160+223=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A0DF is #075F20. Grayscale: #C1C1C1. Windows color (decimal): -483105 or 14655736. OLE color: 14655736.

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

Color convert

RGB248160223-
CMYK00.350.100.03
HSL317.05º86.27%80%-
HSV(B)317.05º35.48%97.25%-
XYZ64.650.4376.14-
YUV193.49144.65166.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.30%
GREEN value IS 160 (62.89% from 255) = 25.36%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=39.30%
G=25.36%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816022300.350.100.03317.0586.2780
HexF8A0DF023A313d5650
Octal370240337043123475126120
Binary111110001010000011011111010001110101110011110110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A0DF; }

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

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

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

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

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

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

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

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