#F693DE

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

Shades of Lavender Rose #F693DE

Tints of Lavender Rose #F693DE

Color information

#F693DE (or 0xF693DE) is unknown color: approx Lavender Rose. HEX triplet: F6, 93 and DE. RGB value is (246,147,222). Sum of RGB (Red+Green+Blue) = 246+147+222=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F693DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693DE is #096C21. Grayscale: #B8B8B8. Windows color (decimal): -617506 or 14586870. OLE color: 14586870.

HSL color Cylindrical-coordinate representation of color #F693DE: hue angle of 314.55º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693DE is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246147222-
CMYK00.400.100.04
HSL314.55º84.62%77.06%-
HSV(B)314.55º40.24%96.47%-
XYZ61.6245.7374.69-
YUV185.15148.8171.4-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 23.90%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=40%
G=23.90%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614722200.400.100.04314.5584.6277.06
HexF693DE028A413b554d
Octal366223336050124473125115
Binary1111011010010011110111100101000101010010011101110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693DE; }

 p { color: rgb(246,147,222); }

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

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

 a { background-color: rgb(246,147,222); }

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

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

 span { border-color: rgb(246,147,222); }

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