#F7A6DC

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

Shades of Lavender Rose #F7A6DC

Tints of Lavender Rose #F7A6DC

Color information

#F7A6DC (or 0xF7A6DC) is unknown color: approx Lavender Rose. HEX triplet: F7, A6 and DC. RGB value is (247,166,220). Sum of RGB (Red+Green+Blue) = 247+166+220=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 166 (65.23% from 255 or 26.22% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A6DC is #085923. Grayscale: #C4C4C4. Windows color (decimal): -547108 or 14460663. OLE color: 14460663.

HSL color Cylindrical-coordinate representation of color #F7A6DC: hue angle of 320º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A6DC is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247166220-
CMYK00.330.110.03
HSL320º83.51%80.98%-
HSV(B)320º32.79%96.86%-
XYZ64.9152.2174.37-
YUV196.38141.34164.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.02%
GREEN value IS 166 (65.23% from 255) = 26.22%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=39.02%
G=26.22%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716622000.330.110.0332083.5180.98
HexF7A6DC021B31405451
Octal367246334041133500124121
Binary111101111010011011011100010000110111110100000010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A6DC; }

 p { color: rgb(247,166,220); }

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

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

 a { background-color: rgb(247,166,220); }

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

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

 span { border-color: rgb(247,166,220); }

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