#F9A3DF

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

Shades of Lavender Rose #F9A3DF

Tints of Lavender Rose #F9A3DF

Color information

#F9A3DF (or 0xF9A3DF) is unknown color: approx Lavender Rose. HEX triplet: F9, A3 and DF. RGB value is (249,163,223). Sum of RGB (Red+Green+Blue) = 249+163+223=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A3DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A3DF is #065C20. Grayscale: #C3C3C3. Windows color (decimal): -416801 or 14656505. OLE color: 14656505.

HSL color Cylindrical-coordinate representation of color #F9A3DF: hue angle of 318.14º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A3DF is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB249163223-
CMYK00.350.100.02
HSL318.14º87.76%80.78%-
HSV(B)318.14º34.54%97.65%-
XYZ65.4851.6676.33-
YUV195.55143.49166.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.21%
GREEN value IS 163 (64.06% from 255) = 25.67%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=39.21%
G=25.67%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916322300.350.100.02318.1487.7680.78
HexF9A3DF023A213e5851
Octal371243337043122476130121
Binary111110011010001111011111010001110101010011111010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A3DF; }

 p { color: rgb(249,163,223); }

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

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

 a { background-color: rgb(249,163,223); }

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

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

 span { border-color: rgb(249,163,223); }

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