#F693D6

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

Shades of Lavender Rose #F693D6

Tints of Lavender Rose #F693D6

Color information

#F693D6 (or 0xF693D6) is unknown color: approx Lavender Rose. HEX triplet: F6, 93 and D6. RGB value is (246,147,214). Sum of RGB (Red+Green+Blue) = 246+147+214=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F693D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693D6 is #096C29. Grayscale: #B8B8B8. Windows color (decimal): -617514 or 14062582. OLE color: 14062582.

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

Color convert

RGB246147214-
CMYK00.400.130.04
HSL319.39º84.62%77.06%-
HSV(B)319.39º40.24%96.47%-
XYZ60.5845.3269.17-
YUV184.24144.8172.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 147 (57.81% from 255) = 24.22%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=40.53%
G=24.22%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614721400.400.130.04319.3984.6277.06
HexF693D6028D413f554d
Octal366223326050154477125115
Binary1111011010010011110101100101000110110010011111110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F693D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F693D6; }

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

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

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

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

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

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

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

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