#F798D8

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

Shades of Lavender Rose #F798D8

Tints of Lavender Rose #F798D8

Color information

#F798D8 (or 0xF798D8) is unknown color: approx Lavender Rose. HEX triplet: F7, 98 and D8. RGB value is (247,152,216). Sum of RGB (Red+Green+Blue) = 247+152+216=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F798D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798D8 is #086727. Grayscale: #BBBBBB. Windows color (decimal): -550696 or 14194935. OLE color: 14194935.

HSL color Cylindrical-coordinate representation of color #F798D8: hue angle of 319.58º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F798D8 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247152216-
CMYK00.380.130.03
HSL319.58º85.59%78.24%-
HSV(B)319.58º38.46%96.86%-
XYZ61.9847.1970.81-
YUV187.7143.97170.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.16%
GREEN value IS 152 (59.77% from 255) = 24.72%
BLUE value IS 216 (84.77% from 255) = 35.12%
R=40.16%
G=24.72%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715221600.380.130.03319.5885.5978.24
HexF798D8026D3140564e
Octal367230330046153500126116
Binary111101111001100011011000010011011011110100000010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F798D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F798D8; }

 p { color: rgb(247,152,216); }

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

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

 a { background-color: rgb(247,152,216); }

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

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

 span { border-color: rgb(247,152,216); }

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