#F799D5

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

Shades of Lavender Rose #F799D5

Tints of Lavender Rose #F799D5

Color information

#F799D5 (or 0xF799D5) is unknown color: approx Lavender Rose. HEX triplet: F7, 99 and D5. RGB value is (247,153,213). Sum of RGB (Red+Green+Blue) = 247+153+213=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F799D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799D5 is #08662A. Grayscale: #BBBBBB. Windows color (decimal): -550443 or 13998583. OLE color: 13998583.

HSL color Cylindrical-coordinate representation of color #F799D5: hue angle of 321.7º degrees, saturation: 0.85, 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 #F799D5 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB247153213-
CMYK00.380.140.03
HSL321.7º85.45%78.43%-
HSV(B)321.7º38.06%96.86%-
XYZ61.7647.3668.84-
YUV187.95142.14170.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 153 (60.16% from 255) = 24.96%
BLUE value IS 213 (83.59% from 255) = 34.75%
R=40.29%
G=24.96%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715321300.380.140.03321.785.4578.43
HexF799D5026E3142554e
Octal367231325046163502125116
Binary111101111001100111010101010011011101110100001010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F799D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F799D5; }

 p { color: rgb(247,153,213); }

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

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

 a { background-color: rgb(247,153,213); }

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

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

 span { border-color: rgb(247,153,213); }

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