#F6A7DF

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

Shades of Lavender Rose #F6A7DF

Tints of Lavender Rose #F6A7DF

Color information

#F6A7DF (or 0xF6A7DF) is unknown color: approx Lavender Rose. HEX triplet: F6, A7 and DF. RGB value is (246,167,223). Sum of RGB (Red+Green+Blue) = 246+167+223=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 167 (65.62% from 255 or 26.26% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A7DF is #095820. Grayscale: #C4C4C4. Windows color (decimal): -612385 or 14657526. OLE color: 14657526.

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

Color convert

RGB246167223-
CMYK00.320.090.04
HSL317.47º81.44%80.98%-
HSV(B)317.47º32.11%96.47%-
XYZ65.1452.5676.52-
YUV197142.67162.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.68%
GREEN value IS 167 (65.62% from 255) = 26.26%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=38.68%
G=26.26%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616722300.320.090.04317.4781.4480.98
HexF6A7DF0209413d5151
Octal366247337040114475121121
Binary1111011010100111110111110100000100110010011110110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A7DF; }

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

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

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

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

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

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

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

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