#F7A3DD

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

Shades of Lavender Rose #F7A3DD

Tints of Lavender Rose #F7A3DD

Color information

#F7A3DD (or 0xF7A3DD) is unknown color: approx Lavender Rose. HEX triplet: F7, A3 and DD. RGB value is (247,163,221). Sum of RGB (Red+Green+Blue) = 247+163+221=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 163 (64.06% from 255 or 25.83% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A3DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A3DD is #085C22. Grayscale: #C2C2C2. Windows color (decimal): -547875 or 14525431. OLE color: 14525431.

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

Color convert

RGB247163221-
CMYK00.340.110.03
HSL318.57º84%80.39%-
HSV(B)318.57º34.01%96.86%-
XYZ64.5151.1974.89-
YUV194.73142.83165.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.14%
GREEN value IS 163 (64.06% from 255) = 25.83%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=39.14%
G=25.83%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716322100.340.110.03318.578480.39
HexF7A3DD022B313f5450
Octal367243335042133477124120
Binary111101111010001111011101010001010111110011111110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A3DD; }

 p { color: rgb(247,163,221); }

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

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

 a { background-color: rgb(247,163,221); }

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

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

 span { border-color: rgb(247,163,221); }

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