#F6A9DF

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

Shades of Lavender Rose #F6A9DF

Tints of Lavender Rose #F6A9DF

Color information

#F6A9DF (or 0xF6A9DF) is unknown color: approx Lavender Rose. HEX triplet: F6, A9 and DF. RGB value is (246,169,223). Sum of RGB (Red+Green+Blue) = 246+169+223=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 169 (66.41% from 255 or 26.49% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A9DF is #095620. Grayscale: #C6C6C6. Windows color (decimal): -611873 or 14658038. OLE color: 14658038.

HSL color Cylindrical-coordinate representation of color #F6A9DF: hue angle of 317.92º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6A9DF is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB246169223-
CMYK00.310.090.04
HSL317.92º81.05%81.37%-
HSV(B)317.92º31.3%96.47%-
XYZ65.5153.376.65-
YUV198.18142.01162.11-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.56%
GREEN value IS 169 (66.41% from 255) = 26.49%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=38.56%
G=26.49%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616922300.310.090.04317.9281.0581.37
HexF6A9DF01F9413e5151
Octal366251337037114476121121
Binary111101101010100111011111011111100110010011111010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A9DF; }

 p { color: rgb(246,169,223); }

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

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

 a { background-color: rgb(246,169,223); }

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

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

 span { border-color: rgb(246,169,223); }

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