#F6A6DD

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

Shades of Lavender Rose #F6A6DD

Tints of Lavender Rose #F6A6DD

Color information

#F6A6DD (or 0xF6A6DD) is unknown color: approx Lavender Rose. HEX triplet: F6, A6 and DD. RGB value is (246,166,221). Sum of RGB (Red+Green+Blue) = 246+166+221=633 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.86% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A6DD is #095922. Grayscale: #C4C4C4. Windows color (decimal): -612643 or 14526198. OLE color: 14526198.

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

Color convert

RGB246166221-
CMYK00.330.100.04
HSL318.75º81.63%80.78%-
HSV(B)318.75º32.52%96.47%-
XYZ64.6952.0975.05-
YUV196.19142163.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.86%
GREEN value IS 166 (65.23% from 255) = 26.22%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=38.86%
G=26.22%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616622100.330.100.04318.7581.6380.78
HexF6A6DD021A413f5251
Octal366246335041124477122121
Binary1111011010100110110111010100001101010010011111110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A6DD; }

 p { color: rgb(246,166,221); }

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

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

 a { background-color: rgb(246,166,221); }

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

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

 span { border-color: rgb(246,166,221); }

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