#F693DC

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

Shades of Lavender Rose #F693DC

Tints of Lavender Rose #F693DC

Color information

#F693DC (or 0xF693DC) is unknown color: approx Lavender Rose. HEX triplet: F6, 93 and DC. RGB value is (246,147,220). Sum of RGB (Red+Green+Blue) = 246+147+220=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F693DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693DC is #096C23. Grayscale: #B8B8B8. Windows color (decimal): -617508 or 14455798. OLE color: 14455798.

HSL color Cylindrical-coordinate representation of color #F693DC: hue angle of 315.76º 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 #F693DC is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246147220-
CMYK00.400.110.04
HSL315.76º84.62%77.06%-
HSV(B)315.76º40.24%96.47%-
XYZ61.3645.6373.28-
YUV184.92147.8171.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.13%
GREEN value IS 147 (57.81% from 255) = 23.98%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=40.13%
G=23.98%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614722000.400.110.04315.7684.6277.06
HexF693DC028B413c554d
Octal366223334050134474125115
Binary1111011010010011110111000101000101110010011110010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693DC; }

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

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

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

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

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

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

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

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