#F795EB

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

Shades of Lavender Rose #F795EB

Tints of Lavender Rose #F795EB

Color information

#F795EB (or 0xF795EB) is unknown color: approx Lavender Rose. HEX triplet: F7, 95 and EB. RGB value is (247,149,235). Sum of RGB (Red+Green+Blue) = 247+149+235=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 149 (58.59% from 255 or 23.61% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F795EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F795EB is #086A14. Grayscale: #BBBBBB. Windows color (decimal): -551445 or 15439351. OLE color: 15439351.

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

Color convert

RGB247149235-
CMYK00.400.050.03
HSL307.35º85.96%77.65%-
HSV(B)307.35º39.68%96.86%-
XYZ64.147.2784.34-
YUV188.11154.47170.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.14%
GREEN value IS 149 (58.59% from 255) = 23.61%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=39.14%
G=23.61%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714923500.400.050.03307.3585.9677.65
HexF795EB02853133564e
Octal36722535305053463126116
Binary11110111100101011110101101010001011110011001110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795EB; }

 p { color: rgb(247,149,235); }

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

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

 a { background-color: rgb(247,149,235); }

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

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

 span { border-color: rgb(247,149,235); }

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