#F794DC

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

Shades of Lavender Rose #F794DC

Tints of Lavender Rose #F794DC

Color information

#F794DC (or 0xF794DC) is unknown color: approx Lavender Rose. HEX triplet: F7, 94 and DC. RGB value is (247,148,220). Sum of RGB (Red+Green+Blue) = 247+148+220=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F794DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794DC is #086B23. Grayscale: #B9B9B9. Windows color (decimal): -551716 or 14456055. OLE color: 14456055.

HSL color Cylindrical-coordinate representation of color #F794DC: hue angle of 316.36º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F794DC is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247148220-
CMYK00.400.110.03
HSL316.36º86.09%77.45%-
HSV(B)316.36º40.08%96.86%-
XYZ61.8746.1273.35-
YUV185.81147.3171.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.16%
GREEN value IS 148 (58.20% from 255) = 24.07%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=40.16%
G=24.07%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714822000.400.110.03316.3686.0977.45
HexF794DC028B313c564d
Octal367224334050133474126115
Binary111101111001010011011100010100010111110011110010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F794DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F794DC; }

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

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

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

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

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

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

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

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